Regina Calculation Engine
Classes | Namespaces | Typedefs
matrix.h File Reference

Deals with matrices of elements of various types. More...

#include <iostream>
#include <memory>
#include <boost/noncopyable.hpp>
#include "regina-core.h"
#include "output.h"
#include "maths/integer.h"

Classes

class  regina::Matrix< T >
 Represents a matrix of elements of the given type T. More...
 
class  regina::MatrixRing< T >
 Represents a matrix of elements from a given ring T. More...
 
class  regina::MatrixIntDomain< T >
 Represents a matrix of elements from a given integral domain T. More...
 

Namespaces

 regina
 Contains the entire Regina calculation engine.
 

Typedefs

template<class T >
using regina::NMatrix = Matrix< T >
 Deprecated typedef for backward compatibility. More...
 
template<class T >
using regina::NMatrixRing = MatrixRing< T >
 Deprecated typedef for backward compatibility. More...
 
typedef MatrixInt regina::NMatrixInt
 Deprecated typedef for backward compatibility. More...
 

Detailed Description

Deals with matrices of elements of various types.


Copyright © 1999-2016, The Regina development team
This software is released under the GNU General Public License, with some additional permissions; see the source code for details.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@maths.uq.edu.au).