CMSIS-DSP
Verison 1.1.0
CMSIS DSP Software Library
|
Instance structure for the floating-point matrix structure. More...
Data Fields | |
uint16_t | numRows |
uint16_t | numCols |
float32_t * | pData |
arm_class_marks_example_f32.c, and arm_matrix_example_f32.c.
uint16_t arm_matrix_instance_f32::numCols |
number of columns of the matrix.
Referenced by arm_mat_add_f32(), arm_mat_init_f32(), arm_mat_inverse_f32(), arm_mat_mult_f32(), arm_mat_scale_f32(), arm_mat_sub_f32(), and arm_mat_trans_f32().
uint16_t arm_matrix_instance_f32::numRows |
number of rows of the matrix.
Referenced by arm_mat_add_f32(), arm_mat_init_f32(), arm_mat_inverse_f32(), arm_mat_mult_f32(), arm_mat_scale_f32(), arm_mat_sub_f32(), and arm_mat_trans_f32().
points to the data of the matrix.
Referenced by arm_mat_add_f32(), arm_mat_init_f32(), arm_mat_inverse_f32(), arm_mat_mult_f32(), arm_mat_scale_f32(), arm_mat_sub_f32(), and arm_mat_trans_f32().