Function lapack::sposv [] [src]

pub fn sposv(uplo: u8, n: usize, nrhs: usize, a: &mut [f32], lda: usize, b: &mut [f32], ldb: usize, info: &mut i32)