MADNESS  version 0.9
Classes | Namespaces | Functions
mraimpl.h File Reference

Declaration and initialization of static data, some implementation, some instantiation. More...

#include <math.h>
#include <madness/world/worldobj.h>
#include <madness/world/worlddc.h>
#include <madness/world/worldhashmap.h>
#include <madness/mra/function_common_data.h>
#include <madness/mra/funcimpl.h>
#include <madness/mra/displacements.h>
Include dependency graph for mraimpl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  madness::detail::noop< A, B >
 
struct  madness::detail::scaleinplace< T, NDIM >
 
struct  madness::detail::squareinplace< T, NDIM >
 
struct  madness::detail::absinplace< T, NDIM >
 
struct  madness::detail::abssquareinplace< T, NDIM >
 

Namespaces

 madness
 Holds machinery to set up Functions/FuncImpls using various Factories and Interfaces.
 
 madness::detail
 

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)
 
template<typename T , std::size_t NDIM>
void madness::fcube (const Key< NDIM > &key, const FunctionFunctorInterface< T, NDIM > &f, const Tensor< double > &qx, Tensor< T > &fval)
 return the values of a Function on a grid More...
 
template<typename T , std::size_t NDIM>
void madness::plotdx (const Function< T, NDIM > &f, const char *filename, const Tensor< double > &cell=FunctionDefaults< NDIM >::get_cell(), const std::vector< long > &npt=std::vector< long >(NDIM, 201L), bool binary=true)
 Writes an OpenDX format file with a cube/slice of points on a uniform grid. More...
 

Detailed Description

Declaration and initialization of static data, some implementation, some instantiation.