Class MEAL::JonesMueller

class JonesMueller : public MEAL::Convert<Complex2, Real4>

Converts a Jones matrix into a Mueller matrix.

Public Functions

JonesMueller(Complex2* = 0)

Default constructor.

inline virtual void set_transformation(Complex2 *transformation)

Set the transformation, \( J \).

inline virtual Complex2 *get_transformation()

Get the transformation, \( J \).

virtual std::string get_name() const

Return the name of the class.