nvectormatrix.h File Reference

Deals with vectors that are rows or columns of matrices. More...

#include "maths/nvector.h"
#include "maths/nvectordense.h"
#include "maths/nmatrix.h"


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...

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.


Detailed Description

Deals with vectors that are rows or columns of matrices.


Copyright © 1999-2008, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).