Class LinearSolverChol_DDRB

java.lang.Object
org.ejml.dense.row.linsol.LinearSolver_DDRB_to_DDRM
org.ejml.dense.row.linsol.chol.LinearSolverChol_DDRB
All Implemented Interfaces:
LinearSolver<DMatrixRMaj,DMatrixRMaj>, LinearSolverDense<DMatrixRMaj>

public class LinearSolverChol_DDRB extends LinearSolver_DDRB_to_DDRM
A wrapper around CholeskyDecomposition_F64(DMatrixRBlock) that allows it to be easily used with DMatrixRMaj.