MADNESS
0.10.1
|
inserts/accumulates coefficients into impl's tree More...
#include <funcimpl.h>
Public Types | |
typedef GenTensor< T > | coeffT |
typedef FunctionNode< T, NDIM > | nodeT |
Public Member Functions | |
accumulate_op ()=default | |
accumulate_op (const accumulate_op &other)=default | |
accumulate_op (FunctionImpl< T, NDIM > *f) | |
void | operator() (const Key< NDIM > &key, const coeffT &coeff, const bool &is_leaf) const |
template<typename Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
FunctionImpl< T, NDIM > * | impl |
inserts/accumulates coefficients into impl's tree
NOTE: will use buffer and will need consolidation after operation ended !! NOTE !!
typedef GenTensor<T> madness::accumulate_op< T, NDIM >::coeffT |
typedef FunctionNode<T,NDIM> madness::accumulate_op< T, NDIM >::nodeT |
|
default |
|
inline |
|
default |
|
inline |
References madness::accumulate_op< T, NDIM >::impl.
FunctionImpl<T,NDIM>* madness::accumulate_op< T, NDIM >::impl |