Class LUDecomposer

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

public class LUDecomposer extends Object implements MatrixDecomposer
Matrix decomposer using LU-decomposition.
Since:
1.3
  • Constructor Details

    • LUDecomposer

      public LUDecomposer(double singularityThreshold)
      Creates a LU decomposer with specify threshold for several matrices.
      Parameters:
      singularityThreshold - threshold (based on partial row norm) under which a matrix is considered singular
  • Method Details