![]() |
LIBML
Version 3.2.4
LIBML DSP Software Library
|
This set of functions provides matrix math operations. The functions operate on matrix and then points to an array of data. This array is of size rows X columns and the values are arranged in row order. That is, the matrix element (i, j) is stored at: Mat[i*columns + j]