mikera.matrixx.decompose.impl.chol
Class CholeskyResult
- java.lang.Object
-
- mikera.matrixx.decompose.impl.chol.CholeskyResult
-
- All Implemented Interfaces:
- ICholeskyLDUResult, ICholeskyResult
public class CholeskyResult extends java.lang.Object implements ICholeskyLDUResult
-
-
Constructor Summary
Constructors Constructor and Description CholeskyResult(AMatrix L)CholeskyResult(AMatrix L, ADiagonalMatrix D, AMatrix U)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ADiagonalMatrixgetD()Returns the diagonal matrix from the decomposition.AMatrixgetL()Returns the lower triangular matrix from the decomposition.AMatrixgetU()Returns the upper triangular matrix from the decomposition.
-
-
-
Constructor Detail
-
CholeskyResult
public CholeskyResult(AMatrix L)
-
CholeskyResult
public CholeskyResult(AMatrix L, ADiagonalMatrix D, AMatrix U)
-
-
Method Detail
-
getL
public AMatrix getL()
Returns the lower triangular matrix from the decomposition.
- Specified by:
getLin interfaceICholeskyResult- Returns:
- A lower triangular matrix.
-
getU
public AMatrix getU()
Returns the upper triangular matrix from the decomposition.
- Specified by:
getUin interfaceICholeskyResult- Returns:
- An upper triangular matrix.
-
getD
public ADiagonalMatrix getD()
Returns the diagonal matrix from the decomposition.
- Specified by:
getDin interfaceICholeskyLDUResult- Returns:
- A diagonal matrix.
-
-
DMelt 3.0 © DataMelt by jWork.ORG