Class MEAL::Real4

class Real4 : public MEAL::Evaluable<Matrix<4, 4, double>>

Pure virtual base class of all real-valued 4x4 matrix functions.

Subclassed by MEAL::Convert< Complex2, Real4 >, MEAL::Depolarizer

Public Functions

virtual Real4 *clone() const

Clone method.

Public Static Attributes

static const char *Name

The name of the class.