Function lapack::csptrf [] [src]

pub unsafe fn csptrf(
    uplo: u8,
    n: i32,
    ap: &mut [c32],
    ipiv: &mut [i32],
    info: &mut i32
)