Initializes the underlying matrix data structure. The functions set the numRows
, numCols
, and pData
fields of the matrix data structure.
Floating-point matrix initialization.
- Parameters
-
[in,out] | *S | points to an instance of the floating-point matrix structure. |
[in] | nRows | number of rows in the matrix. |
[in] | nColumns | number of columns in the matrix. |
[in] | *pData | points to the matrix data array. |
- Returns
- none
Q15 matrix initialization.
- Parameters
-
[in,out] | *S | points to an instance of the floating-point matrix structure. |
[in] | nRows | number of rows in the matrix. |
[in] | nColumns | number of columns in the matrix. |
[in] | *pData | points to the matrix data array. |
- Returns
- none
Q31 matrix initialization.
- Parameters
-
[in,out] | *S | points to an instance of the floating-point matrix structure. |
[in] | nRows | number of rows in the matrix. |
[in] | nColumns | number of columns in the matrix. |
[in] | *pData | points to the matrix data array. |
- Returns
- none