Function lapack::dsptrf [] [src]

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