Function lapack_sys::sspevd_[][src]

pub unsafe extern "C" fn sspevd_(
    jobz: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    AP: *mut f32,
    W: *mut f32,
    Z: *mut f32,
    ldz: *const c_int,
    work: *mut f32,
    lwork: *const c_int,
    iwork: *mut c_int,
    liwork: *const c_int,
    info: *mut c_int
)