Function lapack_sys::dstein_[][src]

pub unsafe extern "C" fn dstein_(
    n: *const c_int,
    D: *const f64,
    E: *const f64,
    m: *const c_int,
    W: *const f64,
    IBLOCK: *const c_int,
    ISPLIT: *const c_int,
    Z: *mut f64,
    ldz: *const c_int,
    work: *mut f64,
    iwork: *mut c_int,
    IFAIL: *mut c_int,
    info: *mut c_int
)