Function lapack_sys::dsbev_[][src]

pub unsafe extern "C" fn dsbev_(
    jobz: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    kd: *const c_int,
    AB: *mut f64,
    ldab: *const c_int,
    W: *mut f64,
    Z: *mut f64,
    ldz: *const c_int,
    work: *mut f64,
    info: *mut c_int
)