[][src]Function cmsis_dsp_sys_pregenerated::arm_mat_inverse_f64

pub unsafe extern "C" fn arm_mat_inverse_f64(
    src: *const arm_matrix_instance_f64,
    dst: *mut arm_matrix_instance_f64
) -> Type

@brief Floating-point matrix inverse. @param[in] src points to the instance of the input floating-point matrix structure. @param[out] dst points to the instance of the output floating-point matrix structure. @return The function returns ARM_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 ARM_MATH_SINGULAR.