Initializes the underlying matrix data structure. The functions set the numRows, numCols, and pData fields of the matrix data structure.
◆ arm_mat_init_f32()
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
◆ arm_mat_init_q15()
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
◆ arm_mat_init_q31()
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