MADNESS
version 0.9
|
returns true if the function has a leaf node at key (works only locally) More...
#include <funcimpl.h>
Public Types | |
typedef FunctionImpl< T, NDIM > | implT |
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 implT * | f |
returns true if the function has a leaf node at key (works only locally)
typedef FunctionImpl<T,NDIM> madness::leaf_op< T, NDIM >::implT |
|
inline |
|
inline |
|
inline |
|
inline |
pre/post-determination is the same here
References madness::WorldContainer< keyT, valueT, hashfunT >::find(), madness::FunctionImpl< T, NDIM >::get_coeffs(), and madness::WorldContainer< keyT, valueT, hashfunT >::is_local().
|
inline |
References madness::leaf_op< T, NDIM >::f.
const implT* madness::leaf_op< T, NDIM >::f |
Referenced by madness::leaf_op< T, NDIM >::serialize().