Class | Description |
---|---|
BaseDecomposition_FDRB_to_FDRM |
Generic interface for wrapping a
FMatrixRBlock decomposition for
processing of FMatrixRMaj . |
TriangularSolver_FDRM |
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_FDRM |
Helper functions for generic decompsotions.
|