public interface MatrixRescaler
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkScaling(RealMatrix aOriginal,
RealVector u,
RealVector v)
Check if the scaling algorithm returned proper results.
|
RealVector[] |
getMatrixScalingFactors(RealMatrix a)
Calculates the R and T scaling factors (matrices) for a generic matrix A so that A'(=scaled
A) = R.A.T
|
RealVector |
getMatrixScalingFactorsSymm(RealMatrix a)
Calculates the R and T scaling factors (matrices) for a symmetric matrix A so that A'(=scaled
A) = R.A.T
|
RealVector[] getMatrixScalingFactors(RealMatrix a)
a - matrix ARealVector getMatrixScalingFactorsSymm(RealMatrix a)
a - matrix Aboolean checkScaling(RealMatrix aOriginal, RealVector u, RealVector v)
aOriginal - the ORIGINAL (before scaling) matrixu - the return of the scaling algorithmv - the return of the scaling algorithmCopyright © 2024 CNES. All rights reserved.