Function rlapack::ll::dlarrb_ [] [src]

pub unsafe extern "C" fn dlarrb_(
    __n: *mut __CLPK_integer,
    __d__: *mut __CLPK_doublereal,
    __lld: *mut __CLPK_doublereal,
    __ifirst: *mut __CLPK_integer,
    __ilast: *mut __CLPK_integer,
    __rtol1: *mut __CLPK_doublereal,
    __rtol2: *mut __CLPK_doublereal,
    __offset: *mut __CLPK_integer,
    __w: *mut __CLPK_doublereal,
    __wgap: *mut __CLPK_doublereal,
    __werr: *mut __CLPK_doublereal,
    __work: *mut __CLPK_doublereal,
    __iwork: *mut __CLPK_integer,
    __pivmin: *mut __CLPK_doublereal,
    __spdiam: *mut __CLPK_doublereal,
    __twist: *mut __CLPK_integer,
    __info: *mut __CLPK_integer
) -> c_int