Function lapack::zpftrs [] [src]

pub unsafe fn zpftrs(
    transr: u8,
    uplo: u8,
    n: i32,
    nrhs: i32,
    a: &[c64],
    b: &mut [c64],
    ldb: i32,
    info: &mut i32
)