Function lapack::fortran::dgetf2
[−]
[src]
pub unsafe fn dgetf2(
m: i32,
n: i32,
a: &mut [f64],
lda: i32,
ipiv: &mut [i32],
info: &mut i32
)