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