ALPS MPS Codes
Reference documentation.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
tpl_ops_< N, N > Struct Template Reference

#include <nu1_tpl.h>

Public Member Functions

template<typename T >
bool operator_lt (T const *, T const *) const
 
template<typename T >
bool operator_gt (T const *, T const *) const
 
template<typename T >
bool operator_eq (T const *, T const *) const
 
template<typename T >
void operator_plus (T const *, T const *, T *) const
 
template<typename T >
void operator_uminus (T const *, T *) const
 
template<typename T >
void operator_div (T const *, T *, int) const
 

Detailed Description

template<int N>
struct tpl_ops_< N, N >

Definition at line 192 of file nu1_tpl.h.

Member Function Documentation

template<int N>
template<typename T >
void tpl_ops_< N, N >::operator_div ( T const *  ,
T *  ,
int   
) const
inline

Definition at line 210 of file nu1_tpl.h.

210 { }
template<int N>
template<typename T >
bool tpl_ops_< N, N >::operator_eq ( T const *  ,
T const *   
) const
inline

Definition at line 201 of file nu1_tpl.h.

201 { return true; }
template<int N>
template<typename T >
bool tpl_ops_< N, N >::operator_gt ( T const *  ,
T const *   
) const
inline

Definition at line 198 of file nu1_tpl.h.

198 { return false; }
template<int N>
template<typename T >
bool tpl_ops_< N, N >::operator_lt ( T const *  ,
T const *   
) const
inline

Definition at line 195 of file nu1_tpl.h.

195 { return false; }
template<int N>
template<typename T >
void tpl_ops_< N, N >::operator_plus ( T const *  ,
T const *  ,
T *   
) const
inline

Definition at line 204 of file nu1_tpl.h.

204 { }
template<int N>
template<typename T >
void tpl_ops_< N, N >::operator_uminus ( T const *  ,
T *   
) const
inline

Definition at line 207 of file nu1_tpl.h.

207 { }

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