#include "maths/nvector.h"
#include "maths/nvectordense.h"
#include "maths/nmatrix.h"
Namespaces | |
| namespace | regina |
Classes | |
| class | regina::NVectorMatrix_Illegal_Modification |
| An exception thrown when a matrix row or column vector is modified. More... | |
| class | regina::NVectorMatrix< T > |
| A vector that corresponds to a row or column of a matrix. More... | |
| class | regina::NVectorMatrixRow< T > |
| A vector that corresponds to a row of a matrix. More... | |
| class | regina::NVectorMatrixCol< T > |
| A vector that corresponds to a column of a matrix. More... | |