Expand description
Functions for balancing a matrix.
Functions
- Applies in-place a modified Parlett and Reinsch matrix balancing with 2-norm to the matrix and returns the corresponding diagonal transformation.
- Computes in-placeD * m * D.inverse(), whereDis the matrix with diagonald.