Class | Description |
---|---|
BaseDecomposition_DDRB_to_DDRM |
Generic interface for wrapping a
DMatrixRBlock decomposition for
processing of DMatrixRMaj . |
TriangularSolver_DDRM |
This contains algorithms for solving systems of equations where T is a
non-singular triangular matrix:
T*x = b where x and b are vectors, and T is an n by n matrix. |
UtilDecompositons_DDRM |
Helper functions for generic decompsotions.
|