Function lapack_sys::ssygst_[][src]

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