MADNESS  version 0.9
Public Member Functions | Public Attributes | List of all members
madness::Function< T, NDIM >::SimpleUnaryOpWrapper Struct Reference

#include <mra.h>

Public Member Functions

 SimpleUnaryOpWrapper (T(*f)(T))
 
void operator() (const Key< NDIM > &key, Tensor< T > &t) const
 
template<typename Archive >
void serialize (Archive &ar)
 

Public Attributes

T(* f )(T)
 

Constructor & Destructor Documentation

template<typename T, std::size_t NDIM>
madness::Function< T, NDIM >::SimpleUnaryOpWrapper::SimpleUnaryOpWrapper ( T(*)(T)  f)
inline

Member Function Documentation

template<typename T, std::size_t NDIM>
void madness::Function< T, NDIM >::SimpleUnaryOpWrapper::operator() ( const Key< NDIM > &  key,
Tensor< T > &  t 
) const
inline
template<typename T, std::size_t NDIM>
template<typename Archive >
void madness::Function< T, NDIM >::SimpleUnaryOpWrapper::serialize ( Archive &  ar)
inline

Member Data Documentation

template<typename T, std::size_t NDIM>
T(* madness::Function< T, NDIM >::SimpleUnaryOpWrapper::f)(T)

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