Class SingularValueDecomposer

  • All Implemented Interfaces:
    MatrixDecomposer

    public class SingularValueDecomposer
    extends Object
    implements MatrixDecomposer
    Matrix decomposer using Singular Value Decomposition.
    Since:
    1.3
    • Constructor Detail

      • 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