1.5.3.5 mchp_mat_inverse_q31()

mchp_status mchp_mat_inverse_q31 (const mchp_matrix_instance_q31 * src, mchp_matrix_instance_q31 * dst)

Q31 matrix inverse.

Parameters:
in src

points to the instance of the input Q31 matrix structure.

out dst

points to the instance of the output Q31 matrix structure.

Returns:

The function returns MCHP_MATH_SIZE_MISMATCH, if the dimensions do not match. If the input matrix is singular (does not have an inverse), then the algorithm terminates and returns error status MCHP_MATH_SINGULAR.