| Class | Description |
|---|---|
| BaseDecomposition_B64_to_D64 |
Generic interface for wrapping a
BlockMatrix64F decomposition for
processing of DenseMatrix64F. |
| TriangularSolver |
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. |