Function liblapack_sys::ssygst_ [] [src]

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