Function m4ri_sys::mzd_inv_m4ri[][src]

pub unsafe extern "C" fn mzd_inv_m4ri(
    dst: *mut Mzd,
    src: *const Mzd,
    k: c_int
) -> *mut Mzd

Invert the matrix using Konrod's method

dst: Matrix to hold the inverse (may be Null) src: Matrix to be inverted k: table size parameter, set 0 for automatic choice

Return inverse of src if src has full rank