Function lapack_sys::dsterf_[][src]

pub unsafe extern "C" fn dsterf_(
    n: *const c_int,
    D: *mut f64,
    E: *mut f64,
    info: *mut c_int
)