linbox
|
Reverse vector class This class wraps an existing vector type and reverses its direction. More...
#include <reverse.h>
Public Member Functions | |
template<class Container > | |
ReverseVector & | operator= (const Container &x) |
assign the elements of Container one by one to *this. More... | |
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.
|
inline |
assign the elements of Container one by one to *this.
Container must be at least as long as this.