Function lapack::fortran::ssytri
[−]
[src]
pub fn ssytri(uplo: u8, n: i32, a: &mut [f32], lda: i32, ipiv: &[i32], work: &mut [f32], info: &mut i32)