MADNESS  version 0.9
Public Member Functions | Public Attributes | List of all members
madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM > Struct Template Reference

laziness More...

#include <funcimpl.h>

Collaboration diagram for madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >:
Collaboration graph
[legend]

Public Member Functions

 do_op_args ()
 
 do_op_args (const Key< OPDIM > &key, const Key< OPDIM > &d, const keyT &dest, double tol, double fac, double cnorm)
 
template<class Archive >
void serialize (Archive &ar)
 

Public Attributes

Key< OPDIM > key
 
Key< OPDIM > d
 
keyT dest
 
double tol
 
double fac
 
double cnorm
 

Detailed Description

template<typename T, std::size_t NDIM>
template<size_t OPDIM>
struct madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >

laziness

Constructor & Destructor Documentation

template<typename T, std::size_t NDIM>
template<size_t OPDIM>
madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::do_op_args ( )
inline
template<typename T, std::size_t NDIM>
template<size_t OPDIM>
madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::do_op_args ( const Key< OPDIM > &  key,
const Key< OPDIM > &  d,
const keyT dest,
double  tol,
double  fac,
double  cnorm 
)
inline

Member Function Documentation

template<typename T, std::size_t NDIM>
template<size_t OPDIM>
template<class Archive >
void madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::serialize ( Archive &  ar)
inline

Member Data Documentation

template<typename T, std::size_t NDIM>
template<size_t OPDIM>
double madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::cnorm
template<typename T, std::size_t NDIM>
template<size_t OPDIM>
Key<OPDIM> madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::d
template<typename T, std::size_t NDIM>
template<size_t OPDIM>
keyT madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::dest
template<typename T, std::size_t NDIM>
template<size_t OPDIM>
double madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::fac
template<typename T, std::size_t NDIM>
template<size_t OPDIM>
Key<OPDIM> madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::key
template<typename T, std::size_t NDIM>
template<size_t OPDIM>
double madness::FunctionImpl< T, NDIM >::do_op_args< OPDIM >::tol

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