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

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...
 

Detailed Description

Deals with matrices of elements of various types.


Copyright © 1999-2023, 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).