Class QRDecomposition
java.lang.Object
org.episteme.core.mathematics.linearalgebra.matrices.solvers.QRDecomposition
QR Decomposition: A = QR where Q is orthogonal, R 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
-
QRDecomposition
public QRDecomposition()
-
-
Method Details
-
decompose
-