Function dInvertPDMatrix

Source
pub unsafe extern "C" fn dInvertPDMatrix(
    A: *const f64,
    Ainv: *mut f64,
    n: c_int,
) -> c_int