linbox  1
Public Member Functions
ReverseVector< Vector > Class Template Reference

#include <reverse.h>

List of all members.

Public Member Functions

template<class Container >
ReverseVectoroperator= (const Container &x)

Detailed Description

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.


Member Function Documentation

ReverseVector& operator= ( const Container &  x) [inline]

assign the elements of Container one by one to *this. Container must be at least as long as this.


The documentation for this class was generated from the following file: