Function jumpy::core::physics::rapier::nalgebra::linalg::balancing::balance_parlett_reinsch
source ยท pub fn balance_parlett_reinsch<T, D>(
matrix: &mut Matrix<T, D, D, <DefaultAllocator as Allocator<T, D, D>>::Buffer>,
) -> Matrix<T, D, Const<1>, <DefaultAllocator as Allocator<T, D>>::Buffer>
Expand description
Applies in-place a modified Parlett and Reinsch matrix balancing with 2-norm to the matrix and returns the corresponding diagonal transformation.