Regina 7.4 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 "maths/ring.h"
Classes | |
class | regina::Matrix< typename > |
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. | |
Functions | |
template<typename T > | |
void | regina::swap (Matrix< T > &a, Matrix< T > &b) noexcept |
Swaps the contents of the given matrices. | |
Deals with matrices of elements of various types.