|
file | Mat.h [code] |
| This file declares class Mat<NROWS, NCOLS, ELEMENT_TYPE, COL_SPACING, ROW_SPACING>.
|
|
file | Row.h [code] |
| This file declares class Row<NCOLS, ELEMENT_TYPE, STRIDE>.
|
|
file | SmallDefsThatNeedBig.h [code] |
| This file defines leftover SmallMatrix implementations which need to know about our BigMatrix classes.
|
|
file | SmallMatrixMixed.h [code] |
| 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.
|
|
file | SymMat.h [code] |
| This file declares templatized class SymMat for small, fixed-size symmetric matrices.
|
|
file | Vec.h [code] |
| Declaration of class Vec<NROWS, ELEMENT_TYPE, STRIDE>.
|
|