类 SingularValueDecomposer

java.lang.Object
org.hipparchus.linear.SingularValueDecomposer
所有已实现的接口:
MatrixDecomposer

public class SingularValueDecomposer extends Object implements MatrixDecomposer
使用奇异值分解的矩阵分解器。
从以下版本开始:
1.3
  • 构造器详细资料

    • SingularValueDecomposer

      public SingularValueDecomposer()
      空构造函数。

      这个构造函数并非必需,但它可以防止在 JDK 18 及更高版本中出现虚假的 javadoc 警告。

      从以下版本开始:
      3.0
  • 方法详细资料