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

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

#include <iostream>
#include <memory>
#include <type_traits>
#include "regina-core.h"
#include "core/output.h"
#include "maths/integer.h"
#include "utilities/intutils.h"

Classes

struct  regina::MatrixRingIdentities< T, ring >
 Provides additive and multiplicative identity constants for the Matrix class. More...
 
class  regina::Matrix< T, ring >
 Represents a matrix of elements of the given type T. More...
 

Namespaces

 regina
 Contains the entire Regina calculation engine.
 

Typedefs

template<class T >
using regina::MatrixRing = Matrix< T, true >
 Deprecated typedef for backward compatibility. More...
 
template<class T >
using regina::MatrixIntDomain = Matrix< T, true >
 Deprecated typedef for backward compatibility. More...
 
template<class T >
using regina::NMatrix = Matrix< T, false >
 Deprecated typedef for backward compatibility. More...
 
template<class T >
using regina::NMatrixRing = Matrix< T, true >
 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-2020, 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).