org.ojalgo.matrix.decomposition
Interface CholeskyDecomposition.CholeskyStore<N extends Number>
- All Known Implementing Classes:
- BigDenseStore, ComplexDenseStore, PrimitiveDenseStore
- Enclosing class:
- CholeskyDecomposition<N extends Number>
public static interface CholeskyDecomposition.CholeskyStore<N extends Number>
Only classes that will act as a delegate to
CholeskyDecomposition should implement this interface.
The interface specifications are entirely dictated by that class.
Do not use it for anything else!
- Author:
- apete
| Methods inherited from interface org.ojalgo.matrix.store.MatrixStore |
doubleValue, getColDim, getMinDim, getNumber, getPhysicalFactory, getRowDim, isLowerLeftShaded, isShaded, isUpperRightShaded, multiplyBothSides, multiplyLeft, multiplyRight, toPhysicalStore, toScalar |
| Methods inherited from interface org.ojalgo.matrix.store.MatrixStore |
doubleValue, getColDim, getMinDim, getNumber, getPhysicalFactory, getRowDim, isLowerLeftShaded, isShaded, isUpperRightShaded, multiplyBothSides, multiplyLeft, multiplyRight, toPhysicalStore, toScalar |
computeCholesky
boolean computeCholesky()
substituteBackwards
void substituteBackwards(MatrixStore<N> aBody,
boolean assumeOne)
substituteForwards
void substituteForwards(MatrixStore<N> aBody,
boolean assumeOne)