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

Deals with finitely generated abelian groups. More...

#include <set>
#include <vector>
#include "regina-core.h"
#include "maths/integer.h"
#include "core/output.h"

Classes

class  regina::AbelianGroup
 Represents a finitely generated abelian group. More...
 

Namespaces

namespace  regina
 Contains the entire Regina calculation engine.
 

Typedefs

using regina::MatrixInt = Matrix< Integer, true >
 A matrix of arbitrary-precision integers. More...
 

Functions

void regina::swap (AbelianGroup &lhs, AbelianGroup &rhs) noexcept
 Swaps the contents of the two given abelian groups. More...
 

Detailed Description

Deals with finitely generated abelian groups.


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