Function lapack::fortran::dsptrd
[−]
[src]
pub fn dsptrd(uplo: u8, n: i32, ap: &mut [f64], d: &mut [f64], e: &mut [f64], tau: &mut [f64], info: &mut i32)