lapack

Function zptsv

Source
pub unsafe fn zptsv(
    n: i32,
    nrhs: i32,
    d: &mut [f64],
    e: &mut [c64],
    b: &mut [c64],
    ldb: i32,
    info: &mut i32,
)