Function lapack::zhegst [] [src]

pub unsafe fn zhegst(
    itype: &[i32],
    uplo: u8,
    n: i32,
    a: &mut [c64],
    lda: i32,
    b: &[c64],
    ldb: i32,
    info: &mut i32
)