Function dsygst_

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