MADNESS
0.10.1
|
Spectral propagator in time using semigroup approach. More...
#include <madness/mra/legendre.h>
#include <madness/world/madness_exception.h>
#include <algorithm>
#include <cmath>
#include <complex>
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 | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
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... | |
Spectral propagator in time using semigroup approach.