|
| | Mat.h |
| | This file declares class Mat<NROWS, NCOLS, ELEMENT_TYPE, COL_SPACING, ROW_SPACING>.
|
| |
| | Row.h |
| | This file declares class Row<NCOLS, ELEMENT_TYPE, STRIDE>.
|
| |
| | SmallDefsThatNeedBig.h |
| | This file defines leftover SmallMatrix implementations which need to know about our BigMatrix classes.
|
| |
| | SmallMatrixMixed.h |
| | This file defines global functions and class members which use a mix of Vec, Row, and Mat types and hence need to wait until everything is defined.
|
| |
| | SymMat.h |
| | This file declares templatized class SymMat for small, fixed-size symmetric matrices.
|
| |
| | Vec.h |
| | Declaration of class Vec<NROWS, ELEMENT_TYPE, STRIDE>.
|
| |