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

insert/replaces the coefficients into the function More...

#include <funcimpl.h>

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

Public Types

typedef GenTensor< TcoeffT
 
typedef FunctionImpl< T, NDIMimplT
 
typedef Key< NDIMkeyT
 
typedef FunctionNode< T, NDIMnodeT
 

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

implTimpl
 

Detailed Description

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

insert/replaces the coefficients into the function

Member Typedef Documentation

◆ coeffT

template<typename T , std::size_t NDIM>
typedef GenTensor<T> madness::insert_op< T, NDIM >::coeffT

◆ implT

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

◆ keyT

template<typename T , std::size_t NDIM>
typedef Key<NDIM> madness::insert_op< T, NDIM >::keyT

◆ nodeT

template<typename T , std::size_t NDIM>
typedef FunctionNode<T,NDIM> madness::insert_op< T, NDIM >::nodeT

Constructor & Destructor Documentation

◆ insert_op() [1/3]

template<typename T , std::size_t NDIM>
madness::insert_op< T, NDIM >::insert_op ( )
inline

◆ insert_op() [2/3]

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

◆ insert_op() [3/3]

template<typename T , std::size_t NDIM>
madness::insert_op< T, NDIM >::insert_op ( const insert_op< T, NDIM > &  other)
inline

Member Function Documentation

◆ operator()()

template<typename T , std::size_t NDIM>
void madness::insert_op< T, NDIM >::operator() ( const keyT key,
const coeffT coeff,
const bool &  is_leaf 
) const
inline

◆ serialize()

template<typename T , std::size_t NDIM>
template<typename Archive >
void madness::insert_op< T, NDIM >::serialize ( Archive &  ar)
inline

Member Data Documentation

◆ impl

template<typename T , std::size_t NDIM>
implT* madness::insert_op< T, NDIM >::impl

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