Function lapack_sys::dsygst_[][src]

pub unsafe extern "C" fn dsygst_(
    itype: *const c_int,
    uplo: *const c_char,
    n: *const c_int,
    A: *mut f64,
    lda: *const c_int,
    B: *const f64,
    ldb: *const c_int,
    info: *mut c_int
)