1.5.3.2 mchp_mat_add_q31()
mchp_status mchp_mat_add_q31 (const mchp_matrix_instance_q31 * pSrcA, const mchp_matrix_instance_q31 * pSrcB, mchp_matrix_instance_q31 * pDst)
Q31 matrix addition.
| 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. |
