NanoStructures  1.0
DMFT solver for layered, strongly correlated nanostructures
cfunction.h File Reference

Discretized complex valued function for real arguments. More...

#include <complex>
#include <vector>
Include dependency graph for cfunction.h:

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)
 

Detailed Description

Discretized complex valued function for real arguments.