matrix_inverse

Function matrix_inverse 

Source
pub unsafe extern "C" fn matrix_inverse(
    a: *const Matrix,
    out_Matrix: *mut Matrix,
)