Class CholeskyOuterForm_FDRB

java.lang.Object
org.ejml.dense.block.decomposition.chol.CholeskyOuterForm_FDRB
All Implemented Interfaces:
CholeskyDecomposition<FMatrixRBlock>, CholeskyDecomposition_F32<FMatrixRBlock>, DecompositionInterface<FMatrixRBlock>

@Generated("org.ejml.dense.block.decomposition.chol.CholeskyOuterForm_DDRB") public class CholeskyOuterForm_FDRB extends Object implements CholeskyDecomposition_F32<FMatrixRBlock>

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.