MADNESS  version 0.9
Typedefs | Functions
csqrt.cc File Reference
#include <madness/mra/mra.h>
#include <madness/mra/operator.h>
#include <complex>
Include dependency graph for csqrt.cc:

Typedefs

typedef Vector< double, 1 > coordT
 
typedef std::shared_ptr
< FunctionFunctorInterface
< std::complex< double >, 1 > > 
functorT
 
typedef Function< std::complex
< double >, 1 > 
cfunctionT
 
typedef FunctionFactory
< std::complex< double >, 1 > 
factoryT
 
typedef SeparatedConvolution
< std::complex< double >, 1 > 
operatorT
 

Functions

int main (int argc, char **argv)
 

Typedef Documentation

typedef Function<std::complex<double>,1> cfunctionT
typedef Vector<double,1> coordT
typedef FunctionFactory<std::complex<double>,1> factoryT
typedef std::shared_ptr< FunctionFunctorInterface<std::complex<double>,1> > functorT
typedef SeparatedConvolution<std::complex<double>,1> operatorT

Function Documentation

int main ( int  argc,
char **  argv 
)