Package org.hipparchus.linear
Class SingularValueDecomposer
java.lang.Object
org.hipparchus.linear.SingularValueDecomposer
- All Implemented Interfaces:
MatrixDecomposer
Matrix decomposer using Singular Value Decomposition.
- Since:
- 1.3
-
Constructor Details
-
Method Details
-
decompose
Get a solver for finding the A × X = B solution in least square sense.- Specified by:
decompose
in interfaceMatrixDecomposer
- Parameters:
a
- coefficient matrix A to decompose- Returns:
- a solver
-