Function lapack_sys::dppcon_[][src]

pub unsafe extern "C" fn dppcon_(
    uplo: *const c_char,
    n: *const c_int,
    AP: *const f64,
    anorm: *const f64,
    rcond: *mut f64,
    work: *mut f64,
    iwork: *mut c_int,
    info: *mut c_int
)