lapack

Function zhpgst

Source
pub unsafe fn zhpgst(
    itype: &[i32],
    uplo: u8,
    n: i32,
    ap: &mut [c64],
    bp: &[c64],
    info: &mut i32,
)