nfastvector.h File Reference

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.

Detailed Description

Provides a fast but inflexible vector class for heavy computation.


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