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