mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 22:52:45 +01:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
|
/**
|
||
|
* @defgroup pkg_ruy The ruy matrix multiplication library
|
||
|
* @ingroup pkg
|
||
|
* @brief ruy is a matrix multiplication library
|
||
|
*
|
||
|
* # License
|
||
|
*
|
||
|
* Licensed under Apache 2.0.
|
||
|
*
|
||
|
* @see https://github.com/google/ruy
|
||
|
*/
|