MADNESS
version 0.9
|
returns true if the node is well represented compared to its parent More...
#include <funcimpl.h>
Public Types | |
typedef FunctionImpl< T, NDIM > | implT |
typedef GenTensor< T > | coeffT |
Public Member Functions | |
bool | do_error_leaf_op () const |
error_leaf_op () | |
error_leaf_op (const implT *f) | |
bool | operator() (const Key< NDIM > &key) const |
no pre-determination More... | |
bool | operator() (const Key< NDIM > &key, const GenTensor< T > &coeff) const |
no post-determination More... | |
bool | operator() (const Key< NDIM > &key, const coeffT &coeff, const coeffT &parent) const |
post-determination More... | |
template<typename Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
const implT * | f |
returns true if the node is well represented compared to its parent
typedef GenTensor<T> madness::error_leaf_op< T, NDIM >::coeffT |
typedef FunctionImpl<T,NDIM> madness::error_leaf_op< T, NDIM >::implT |
|
inline |
|
inline |
|
inline |
|
inline |
no pre-determination
|
inline |
no post-determination
|
inline |
post-determination
[in] | key | the FunctionNode which we want to determine if it's a leaf node |
[in] | coeff | the coeffs of key |
[in] | parent | the coeffs of key's parent node |
References madness::FunctionImpl< T, NDIM >::get_thresh(), madness::GenTensor< T >::has_no_data(), madness::Key< NDIM >::level(), madness::FunctionImpl< T, NDIM >::truncate_tol(), and madness::FunctionImpl< T, NDIM >::upsample().
|
inline |
References madness::error_leaf_op< T, NDIM >::f.
const implT* madness::error_leaf_op< T, NDIM >::f |
Referenced by madness::error_leaf_op< T, NDIM >::serialize().