Class LUDecomposition
java.lang.Object
org.episteme.core.mathematics.linearalgebra.matrices.solvers.LUDecomposition
LU Decomposition: A = PLU where P is permutation, L is lower triangular, U is upper triangular.
This class delegates to the active LinearAlgebraProvider via AlgorithmManager.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LUDecomposition
public LUDecomposition()
-
-
Method Details
-
decompose
-