public interface CholeskyDecompositionResult extends DecompositionResult
| Modifier and Type | Method and Description |
|---|---|
double |
getDeterminant()
Return the determinant of the matrix.
|
DoubleMatrix |
getL()
Returns the $\mathbf{L}$ matrix of the decomposition.
|
DoubleMatrix |
getLT()
Returns the transpose of the matrix $\mathbf{L}$ of the decomposition.
|
solve, solve, solveDoubleMatrix getL()
$\mathbf{L}$ is a lower-triangular matrix.
DoubleMatrix getLT()
$\mathbf{L}^T$ is a upper-triangular matrix.
double getDeterminant()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.