Class MEAL::Phase

template<typename Parent>
class Phase : public Parent

A complex exponential parameterized by phase.

Public Functions

inline Phase(double _scale = 1.0)

Default constructor.

inline std::string get_name() const

Return the name of the class.