Class SingularValueDecomposer

java.lang.Object
org.hipparchus.linear.SingularValueDecomposer
All Implemented Interfaces:
MatrixDecomposer

public class SingularValueDecomposer extends Object implements MatrixDecomposer
Matrix decomposer using Singular Value Decomposition.
Since:
1.3
  • 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