Class MEAL::Complex

class Complex : public MEAL::Evaluable<std::complex<double>>

Pure virtual base class of all complex-valued functions.

Subclassed by MEAL::GroupRule< Complex >, MEAL::ComplexCartesian, MEAL::ComplexCorrelation

Public Functions

virtual Complex *clone() const

Clone method.

Public Static Attributes

static const char *Name

The name of the class.