|
Regina Calculation Engine
|
Provides a fast and generic vector class. More...
Classes | |
| class | regina::Vector< T > |
| An optimised vector class of elements from a given ring T. More... | |
Namespaces | |
| regina | |
| Contains the entire Regina calculation engine. | |
Typedefs | |
| template<class T > | |
| using | regina::NVector = Vector< T > |
| Deprecated typedef for backward compatibility. More... | |
Functions | |
| template<class T > | |
| std::ostream & | regina::operator<< (std::ostream &out, const Vector< T > &vector) |
| Writes the given vector to the given output stream. More... | |
Provides a fast and generic vector class.