Classes | Namespaces | Functions

nvector.h File Reference

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.

Detailed Description

Provides a slow but flexible mathematical vector template.


Copyright © 1999-2009, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please contact Ben Burton (bab@debian.org).