Package org.episteme.core.mathematics.linearalgebra.matrices.solvers
package org.episteme.core.mathematics.linearalgebra.matrices.solvers
-
ClassDescriptionCholesky Decomposition: A = LL^T where L is lower triangular.Result of a Cholesky decomposition.Eigenvalue Decomposition.EigenResult<E>Result of an Eigenvalue Decomposition.Generic Cholesky Decomposition.Placeholder for Generic Eigen Decomposition.Generic LU Decomposition.Generic QR Decomposition.Generic Singular Value Decomposition (SVD).LU Decomposition: A = PLU where P is permutation, L is lower triangular, U is upper triangular.LUResult<E>Result of an LU decomposition.Unified solver for linear systems with automatic or explicit algorithm selection.Solver strategy/algorithm.QR Decomposition: A = QR where Q is orthogonal, R is upper triangular.QRResult<E>Result of a QR decomposition.Singular Value Decomposition (SVD).SVDResult<E>Result of a Singular Value Decomposition (SVD).