Class MEAL::ComplexCartesian
-
class ComplexCartesian : public MEAL::Complex
A complex number.
Public Functions
-
ComplexCartesian()
Default constructor.
-
inline void set_real(const Estimate<double> &x)
Set the real part.
-
inline Estimate<double> get_real() const
Get the real part.
-
inline void set_imag(const Estimate<double> &y)
Set the imaginary part.
-
inline Estimate<double> get_imag() const
Get the imaginary part.
-
inline virtual std::string get_name() const
Return the name of the class.
-
ComplexCartesian()