Home
last modified time | relevance | path

Searched full:matrix (Results 1 – 5 of 5) sorted by relevance

/nrf52832-nimble/nordic/cmsis/include/
H A Darm_math.h69 * @defgroup groupMatrix Matrix Functions
71 * This set of functions provides basic matrix math operations.
72 * The functions operate on matrix data structures. For example,
74 * definition for the floating-point matrix structure is shown
79 * uint16_t numRows; // number of rows of the matrix.
80 * uint16_t numCols; // number of columns of the matrix.
81 * float32_t *pData; // points to the data of the matrix.
86 * The structure specifies the size of the matrix and then points to
89 * matrix element (i, j) is stored at:
95 * There is an associated initialization function for each type of matrix
[all …]
/nrf52832-nimble/rt-thread/components/CMSIS/Include/
H A Darm_math.h54 * - Matrix functions
169 * @defgroup groupMatrix Matrix Functions
171 * This set of functions provides basic matrix math operations.
172 * The functions operate on matrix data structures. For example,
174 * definition for the floating-point matrix structure is shown
179 * uint16_t numRows; // number of rows of the matrix.
180 * uint16_t numCols; // number of columns of the matrix.
181 * float32_t *pData; // points to the data of the matrix.
186 * The structure specifies the size of the matrix and then points to
189 * matrix element (i, j) is stored at:
[all …]
/nrf52832-nimble/packages/NimBLE-latest/
H A D.travis.yml34 matrix:
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/src/
H A Daes_decrypt.c114 * This inv_shift_rows also implements the matrix flip required for
H A Daes_encrypt.c144 * This shift_rows also implements the matrix flip required for mix_columns, but