MADNESS
0.10.1
|
insert/replaces the coefficients into the function More...
#include <funcimpl.h>
Public Types | |
typedef GenTensor< T > | coeffT |
typedef FunctionImpl< T, NDIM > | implT |
typedef Key< NDIM > | keyT |
typedef FunctionNode< T, NDIM > | nodeT |
Public Member Functions | |
insert_op () | |
insert_op (const insert_op &other) | |
insert_op (implT *f) | |
void | operator() (const keyT &key, const coeffT &coeff, const bool &is_leaf) const |
template<typename Archive > | |
void | serialize (Archive &ar) |
Public Attributes | |
implT * | impl |
insert/replaces the coefficients into the function
typedef FunctionImpl<T,NDIM> madness::insert_op< T, NDIM >::implT |
typedef FunctionNode<T,NDIM> madness::insert_op< T, NDIM >::nodeT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References madness::insert_op< T, NDIM >::impl.
implT* madness::insert_op< T, NDIM >::impl |