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

Spectral propagator in time using semigroup approach. More...

#include <madness/mra/legendre.h>
#include <madness/world/worldexc.h>
#include <algorithm>
#include <cmath>
#include <complex>
Include dependency graph for spectralprop.h:

Go to the source code of this file.

Classes

class  madness::SpectralPropagator
 Spectral propagtor in time. Refer to documentation of file spectralprop.h for math detail. More...
 
class  madness::SpectralPropagatorGaussLobatto
 

Namespaces

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

Functions

double madness::distance (double a, double b)
 Default function for computing the distance between two doubles. More...
 
template<typename T >
double madness::distance (std::complex< T > &a, std::complex< T > &b)
 Default function for computing the distance between two complex numbers. More...
 

Detailed Description

Spectral propagator in time using semigroup approach.