Provides a fast but inflexible vector class for heavy computation. More...
#include <algorithm>
#include <iostream>
Classes | |
class | regina::NFastVector< T > |
A fast but inflexible vector of elements from a given ring T. More... | |
Namespaces | |
namespace | regina |
Contains the entire Regina calculation engine. | |
Functions | |
template<class T > | |
std::ostream & | regina::operator<< (std::ostream &out, const NFastVector< T > &vector) |
Writes the given vector to the given output stream. |
Provides a fast but inflexible vector class for heavy computation.