Function liblapack_sys::dsygst_ [] [src]

pub unsafe extern "C" fn dsygst_(
    itype: *mut c_int,
    uplo: *mut c_char,
    n: *mut c_int,
    a: *mut c_double,
    lda: *mut c_int,
    b: *const c_double,
    ldb: *mut c_int,
    info: *mut c_int
)