dFactorLDLT

Function dFactorLDLT 

Source
pub unsafe extern "C" fn dFactorLDLT(
    A: *mut f64,
    d: *mut f64,
    n: c_int,
    nskip: c_int,
)