MADNESS  version 0.9
Public Types | Public Member Functions | Public Attributes | List of all members
madness::FunctionImpl< T, NDIM >::project_out_op< LDIM > Struct Template Reference

project the low-dim function g on the hi-dim function f: result(x) = <f(x,y) | g(y)> More...

#include <funcimpl.h>

Collaboration diagram for madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >:
Collaboration graph
[legend]

Public Types

typedef project_out_op< LDIM > this_type
 
typedef CoeffTracker< T, LDIM > ctL
 
typedef FunctionImpl< T, NDIM-LDIM > implL1
 
typedef std::pair< bool, coeffTargT
 

Public Member Functions

bool randomize () const
 
 project_out_op ()
 
 project_out_op (const implT *fimpl, implL1 *result, const ctL &iag, const int dim)
 
 project_out_op (const project_out_op &other)
 
Future< argToperator() (const Key< NDIM > &key) const
 do the actual contraction More...
 
this_type make_child (const keyT &child) const
 
Future< this_typeactivate () const
 retrieve the coefficients (parent coeffs might be remote) More...
 
this_type forward_ctor (const implT *fimpl1, implL1 *result1, const ctL &iag1, const int dim1)
 taskq-compatible ctor More...
 
template<typename Archive >
void serialize (const Archive &ar)
 

Public Attributes

const implTfimpl
 
implL1result
 
ctL iag
 
int dim
 

Detailed Description

template<typename T, std::size_t NDIM>
template<size_t LDIM>
struct madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >

project the low-dim function g on the hi-dim function f: result(x) = <f(x,y) | g(y)>

Member Typedef Documentation

template<typename T, std::size_t NDIM>
template<size_t LDIM>
typedef std::pair<bool,coeffT> madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::argT
template<typename T, std::size_t NDIM>
template<size_t LDIM>
typedef CoeffTracker<T,LDIM> madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::ctL
template<typename T, std::size_t NDIM>
template<size_t LDIM>
typedef FunctionImpl<T,NDIM-LDIM> madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::implL1
template<typename T, std::size_t NDIM>
template<size_t LDIM>
typedef project_out_op<LDIM> madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::this_type

Constructor & Destructor Documentation

template<typename T, std::size_t NDIM>
template<size_t LDIM>
madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::project_out_op ( )
inline
template<typename T, std::size_t NDIM>
template<size_t LDIM>
madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::project_out_op ( const implT fimpl,
implL1 result,
const ctL iag,
const int  dim 
)
inline
template<typename T, std::size_t NDIM>
template<size_t LDIM>
madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::project_out_op ( const project_out_op< LDIM > &  other)
inline

Member Function Documentation

template<typename T, std::size_t NDIM>
template<size_t LDIM>
Future<this_type> madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::activate ( ) const
inline
template<typename T, std::size_t NDIM>
template<size_t LDIM>
this_type madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::forward_ctor ( const implT fimpl1,
implL1 result1,
const ctL iag1,
const int  dim1 
)
inline
template<typename T, std::size_t NDIM>
template<size_t LDIM>
this_type madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::make_child ( const keyT child) const
inline
template<typename T, std::size_t NDIM>
template<size_t LDIM>
Future<argT> madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::operator() ( const Key< NDIM > &  key) const
inline
template<typename T, std::size_t NDIM>
template<size_t LDIM>
bool madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::randomize ( ) const
inline
template<typename T, std::size_t NDIM>
template<size_t LDIM>
template<typename Archive >
void madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::serialize ( const Archive &  ar)
inline

Member Data Documentation

template<typename T, std::size_t NDIM>
template<size_t LDIM>
int madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::dim
template<typename T, std::size_t NDIM>
template<size_t LDIM>
const implT* madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::fimpl
template<typename T, std::size_t NDIM>
template<size_t LDIM>
ctL madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::iag
template<typename T, std::size_t NDIM>
template<size_t LDIM>
implL1* madness::FunctionImpl< T, NDIM >::project_out_op< LDIM >::result
mutable

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