Function lapack_sys::dsytrf_aa_2stage_[][src]

pub unsafe extern "C" fn dsytrf_aa_2stage_(
    uplo: *const c_char,
    n: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    TB: *mut f64,
    ltb: *const c_int,
    ipiv: *mut c_int,
    ipiv2: *mut c_int,
    work: *mut f64,
    lwork: *const c_int,
    info: *mut c_int
)