Function lapack_sys::dstebz_[][src]

pub unsafe extern "C" fn dstebz_(
    range: *const c_char,
    order: *const c_char,
    n: *const c_int,
    vl: *const f64,
    vu: *const f64,
    il: *const c_int,
    iu: *const c_int,
    abstol: *const f64,
    D: *const f64,
    E: *const f64,
    m: *mut c_int,
    nsplit: *mut c_int,
    W: *mut f64,
    IBLOCK: *mut c_int,
    ISPLIT: *mut c_int,
    work: *mut f64,
    iwork: *mut c_int,
    info: *mut c_int
)