MADNESS
version 0.9
|
#include <madness/madness_config.h>
#include <madness/constants.h>
#include <madness/mra/mra.h>
#include <madness/tinyxml/tinyxml.h>
#include <moldft/corepotential.h>
#include <cstdio>
#include <cmath>
#include <string>
#include <sstream>
#include <vector>
#include <utility>
#include <map>
#include <set>
Typedefs | |
typedef Vector< double, 3 > | coordT |
typedef std::shared_ptr < FunctionFunctorInterface < double, 3 > > | functorT |
typedef Function< double, 3 > | functionT |
typedef FunctionFactory < double, 3 > | factoryT |
typedef vector< functionT > | vecfuncT |
typedef FunctionFactory<double,3> factoryT |
typedef std::shared_ptr< FunctionFunctorInterface<double,3> > functorT |