Function lapack_sys::dsyevd_[][src]

pub unsafe extern "C" fn dsyevd_(
    jobz: *const c_char,
    uplo: *const c_char,
    n: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    W: *mut f64,
    work: *mut f64,
    lwork: *const c_int,
    iwork: *mut c_int,
    liwork: *const c_int,
    info: *mut c_int
)