| Package | Description |
|---|---|
| org.ejml.alg.dense.decomposition.chol | |
| org.ejml.alg.dense.linsol.chol | |
| org.ejml.factory |
| Class and Description |
|---|
| CholeskyDecompositionCommon
This is an abstract class for a Cholesky decomposition.
|
| Class and Description |
|---|
| CholeskyDecompositionCommon
This is an abstract class for a Cholesky decomposition.
|
| CholeskyDecompositionLDL
This variant on the Cholesky decomposition avoid the need to take the square root
by performing the following decomposition:
L*D*LT=A where L is a lower triangular matrix with zeros on the diagonal. |
| Class and Description |
|---|
| CholeskyDecompositionLDL
This variant on the Cholesky decomposition avoid the need to take the square root
by performing the following decomposition:
L*D*LT=A where L is a lower triangular matrix with zeros on the diagonal. |
Copyright © 2013. All Rights Reserved.