lapack_sys::dstebz_ [] [src]

pub unsafe extern fn dstebz_(range: *const c_char, order: *const c_char, n: *const c_int, vl: *const c_double, vu: *const c_double, il: *const c_int, iu: *const c_int, abstol: *const c_double, d: *const c_double, e: *const c_double, m: *mut c_int, nsplit: *mut c_int, w: *mut c_double, iblock: *mut c_int, isplit: *mut c_int, work: *mut c_double, iwork: *mut c_int, info: *mut c_int)