1.5.3.6 mchp_mat_mult_f32()
mchp_status mchp_mat_mult_f32 (const mchp_matrix_instance_f32 * pSrcA, const mchp_matrix_instance_f32 * pSrcB, mchp_matrix_instance_f32 * pDst)
Single-precision floating-point matrix multiplication.
| in | pSrcA |
Points to the first input matrix structure |
| in | pSrcB |
Points to the second input matrix structure |
| out | pDst |
Points to output matrix structure |
The function returns either MCHP_MATH_SIZE_MISMATCH or MCHP_MATH_SUCCESS based on the outcome of size checking. |
Note:
-
pSrcA columns must match pSrcB rows.
