Description
Initializes the underlying matrix data structure. The functions set the numRows
, numCols
, and pData
fields of the matrix data structure.
Function Documentation
- 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
- Examples:
- arm_class_marks_example_f32.c, and arm_matrix_example_f32.c.
- 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
- 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