Regina Calculation Engine
|
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... | |
Deals with matrices of elements of various types.