public class LUDecomposer extends Object implements MatrixDecomposer
| Constructor and Description | 
|---|
| LUDecomposer(double singularityThreshold)Creates a LU decomposer with specify threshold for several matrices. | 
| Modifier and Type | Method and Description | 
|---|---|
| DecompositionSolver | decompose(RealMatrix a)Get a solver for finding the A × X = B solution in least square sense. | 
public LUDecomposer(double singularityThreshold)
singularityThreshold - threshold (based on partial row norm)
 under which a matrix is considered singularpublic DecompositionSolver decompose(RealMatrix a)
decompose in interface MatrixDecomposera - coefficient matrix A to decomposeCopyright © 2016–2020 Hipparchus.org. All rights reserved.