类 LUDecomposer

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

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

    • LUDecomposer

      public LUDecomposer(double singularityThreshold)
      创建一个具有指定阈值的LU分解器,用于多个矩阵。
      参数:
      singularityThreshold - 阈值(基于部分行范数),在此阈值以下矩阵被视为奇异
  • 方法详细资料