ALPSCore reference
Public Types | Public Member Functions | List of all members
alps::numeric::negate< std::vector< T > > Struct Template Reference

Negation for vectors (specialization of the standard template, here to avoid changes in std::) More...

#include <vector_functions.hpp>

Collaboration diagram for alps::numeric::negate< std::vector< T > >:
Collaboration graph

Public Types

typedef std::vector< T > VT
 

Public Member Functions

VT operator() (VT v)
 

Detailed Description

template<typename T>
struct alps::numeric::negate< std::vector< T > >

Negation for vectors (specialization of the standard template, here to avoid changes in std::)

Definition at line 224 of file vector_functions.hpp.

Member Typedef Documentation

template<typename T >
typedef std::vector<T> alps::numeric::negate< std::vector< T > >::VT

Definition at line 225 of file vector_functions.hpp.

Member Function Documentation

template<typename T >
VT alps::numeric::negate< std::vector< T > >::operator() ( VT  v)
inline

Definition at line 226 of file vector_functions.hpp.


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