Function lapack::zhpgst[][src]

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