MADNESS
0.10.1
|
#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>
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< T > | madness::fcube (const Key< NDIM > &, T(*f)(const Vector< double, NDIM > &), const Tensor< double > &) |
template<typename T , std::size_t NDIM> | |
Tensor< T > | madness::fcube (const Key< NDIM > &key, const FunctionFunctorInterface< T, NDIM > &f, const Tensor< double > &qx) |
Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces