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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a solver for finding the A × X = B solution in least square sense.
-
Constructor Details
-
SingularValueDecomposer
public SingularValueDecomposer()Empty constructor.This constructor is not strictly necessary, but it prevents spurious javadoc warnings with JDK 18 and later.
- Since:
- 3.0
-
-
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
-