Provides a slow but flexible mathematical vector template. More...
#include <iostream>
Classes | |
class | regina::NVector< T > |
A slow but flexible vector class 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 NVector< T > &vector) |
Writes the given vector to the given output stream. |
Provides a slow but flexible mathematical vector template.