MADNESS  0.10.1
Classes | Namespaces | Functions
function_factory.h File Reference
#include <madness/tensor/tensor.h>
#include <madness/tensor/gentensor.h>
#include <madness/mra/key.h>
#include <madness/mra/function_interface.h>
#include <madness/mra/operatorinfo.h>
Include dependency graph for function_factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  madness::CompositeFactory< T, NDIM, MDIM >
 Factory for facile setup of a CompositeFunctorInterface and its FuncImpl. More...
 
class  madness::FunctionFactory< T, NDIM >
 FunctionFactory implements the named-parameter idiom for Function. More...
 
class  madness::TwoElectronFactory< T, NDIM >
 factory for generating TwoElectronInterfaces More...
 

Namespaces

 madness
 File holds all helper structures necessary for the CC_Operator and CC2 class.
 

Functions

template<typename T , std::size_t NDIM>
Tensor< Tmadness::fcube (const Key< NDIM > &, T(*f)(const Vector< double, NDIM > &), const Tensor< double > &)
 
template<typename T , std::size_t NDIM>
Tensor< Tmadness::fcube (const Key< NDIM > &key, const FunctionFunctorInterface< T, NDIM > &f, const Tensor< double > &qx)
 

Detailed Description

Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces