Function lapack_sys::dptsvx_[][src]

pub unsafe extern "C" fn dptsvx_(
    fact: *const c_char,
    n: *const c_int,
    nrhs: *const c_int,
    D: *const f64,
    E: *const f64,
    DF: *mut f64,
    EF: *mut f64,
    B: *const f64,
    ldb: *const c_int,
    X: *mut f64,
    ldx: *const c_int,
    rcond: *mut f64,
    ferr: *mut f64,
    berr: *mut f64,
    work: *mut f64,
    info: *mut c_int
)