Function nalgebra::linalg::balancing::balance_parlett_reinsch [−][src]
pub fn balance_parlett_reinsch<T: RealField, D: Dim>(
matrix: &mut OMatrix<T, D, D>
) -> OVector<T, D> where
DefaultAllocator: Allocator<T, D, D> + Allocator<T, D>,
Expand description
Applies in-place a modified Parlett and Reinsch matrix balancing with 2-norm to the matrix and returns the corresponding diagonal transformation.