|
Regina 7.0 Calculation Engine
|
Deals with matrices of elements of various types. More...
#include <initializer_list>#include <iostream>#include <memory>#include <type_traits>#include "regina-core.h"#include "core/output.h"#include "maths/integer.h"#include "utilities/intutils.h"Classes | |
| class | regina::Matrix< T, ring > |
| Represents a matrix of elements of the given type T. More... | |
Namespaces | |
| namespace | regina |
| Contains the entire Regina calculation engine. | |
Typedefs | |
| using | regina::MatrixBool = Matrix< bool > |
| A matrix of booleans. More... | |
Functions | |
| template<typename T > | |
| void | regina::swap (Matrix< T > &a, Matrix< T > &b) noexcept |
| Swaps the contents of the given matrices. More... | |
Deals with matrices of elements of various types.