linbox
Public Member Functions
ReverseVector< Vector > Class Template Reference

Reverse vector class This class wraps an existing vector type and reverses its direction. More...

#include <reverse.h>

+ Collaboration diagram for ReverseVector< Vector >:

Public Member Functions

template<class Container >
ReverseVectoroperator= (const Container &x)
 assign the elements of Container one by one to *this. More...
 

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

◆ operator=()

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: