Class CholeskyOuterForm_MT_DDRB

java.lang.Object
org.ejml.dense.block.decomposition.chol.CholeskyOuterForm_MT_DDRB
All Implemented Interfaces:
CholeskyDecomposition<DMatrixRBlock>, CholeskyDecomposition_F64<DMatrixRBlock>, DecompositionInterface<DMatrixRBlock>

@Generated("org.ejml.dense.block.decomposition.chol.CholeskyOuterForm_DDRB") public class CholeskyOuterForm_MT_DDRB extends Object implements CholeskyDecomposition_F64<DMatrixRBlock>

Block Cholesky using outer product form. The original matrix is stored and modified.

Based on the description provided in "Fundamentals of Matrix Computations" 2nd Ed. by David S. Watkins.