Class MEAL::Complex4

class Complex4 : public MEAL::Evaluable<Matrix<4, 4, std::complex<double>>>

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

Subclassed by MEAL::Convert< Complex2, Complex4 >

Public Functions

virtual Complex4 *clone() const

Clone method.

Public Static Attributes

static const char *Name

The name of the class.