Function lapack_sys::sgttrf_[][src]

pub unsafe extern "C" fn sgttrf_(
    n: *const c_int,
    DL: *mut f32,
    D: *mut f32,
    DU: *mut f32,
    DU2: *mut f32,
    ipiv: *mut c_int,
    info: *mut c_int
)