template<class Vector>
class LinBox::ReverseVector< Vector >
Reverse vector class This class wraps an existing vector type and reverses its direction. It is used as an adaptor to allow VectorDomain dot products to be used for the Massy implementation.