NanoStructures
1.0
DMFT solver for layered, strongly correlated nanostructures
|
Discretized complex valued function for real arguments. More...
#include <complex>
#include <vector>
Go to the source code of this file.
Classes | |
class | math::CFunction |
Discretized complex-valued function for real arguments. More... | |
Functions | |
math::CFunction | math::operator* (std::complex< double > factor, const math::CFunction &f) |
math::CFunction | math::operator/ (const math::CFunction &f, const math::CFunction &g) |
math::CFunction | math::operator+ (const math::CFunction &f, const math::CFunction &g) |
math::CFunction | math::operator/ (const math::CFunction &f, double denominator) |
double | math::similarity (const math::CFunction &a, const math::CFunction &b) |
Discretized complex valued function for real arguments.