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"
|
namespace | regina |
| Contains the entire Regina calculation engine.
|
|
|
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.
Copyright © 1999-2025, 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).