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

returns true if the function has a leaf node at key (works only locally) More...

#include <funcimpl.h>

Collaboration diagram for madness::leaf_op< T, NDIM >:
Collaboration graph
[legend]

Public Types

typedef FunctionImpl< T, NDIMimplT
 

Public Member Functions

bool do_error_leaf_op () const
 
 leaf_op ()
 
 leaf_op (const implT *f)
 
bool operator() (const Key< NDIM > &key, const GenTensor< T > &coeff=GenTensor< T >()) const
 pre/post-determination is the same here More...
 
template<typename Archive >
void serialize (Archive &ar)
 

Public Attributes

const implTf
 

Detailed Description

template<typename T, std::size_t NDIM>
struct madness::leaf_op< T, NDIM >

returns true if the function has a leaf node at key (works only locally)

Member Typedef Documentation

template<typename T, std::size_t NDIM>
typedef FunctionImpl<T,NDIM> madness::leaf_op< T, NDIM >::implT

Constructor & Destructor Documentation

template<typename T, std::size_t NDIM>
madness::leaf_op< T, NDIM >::leaf_op ( )
inline
template<typename T, std::size_t NDIM>
madness::leaf_op< T, NDIM >::leaf_op ( const implT f)
inline

Member Function Documentation

template<typename T, std::size_t NDIM>
bool madness::leaf_op< T, NDIM >::do_error_leaf_op ( ) const
inline
template<typename T, std::size_t NDIM>
bool madness::leaf_op< T, NDIM >::operator() ( const Key< NDIM > &  key,
const GenTensor< T > &  coeff = GenTensor<T>() 
) const
inline
template<typename T, std::size_t NDIM>
template<typename Archive >
void madness::leaf_op< T, NDIM >::serialize ( Archive &  ar)
inline

Member Data Documentation

template<typename T, std::size_t NDIM>
const implT* madness::leaf_op< T, NDIM >::f

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