1.5.2.1 mchp_mat_init_q31
#define mchp_mat_init_q31( S, nRows, nColumns, pData)
Value:
mchp_mat_init_f32((mchp_matrix_instance_f32 *)(void *)(S), \ (nRows), (nColumns), (float32_t *)(void *)(pData))
Q31 matrix initialization.
Note:
The init function is shared with f32 since the struct layout is identical (both have {uint16_t numRows, uint16_t numCols, pointer pData}). Use mchp_mat_init_q31() which maps to mchp_mat_init_f32() via macro.
