Package mfc.matrix

This package provides classes for special matrices.

See:
          Description

Class Summary
AbstractComplex2By2 This class is the base for all classes that are or can be represented as a complex 2-by-2 matrix.
Complex2By2 This class represents a complex 2-by-2 matrix.
HermitianComplex2By2 A class to represent Hermitian complex 2×2-matrices.
TestComplex2By2 Test class for Complex2By2.
 

Package mfc.matrix Description

This package provides classes for special matrices.

AbstractComplex2By2 is the basic class to represent complex two-by-two matrices. Most of its functionallity is implemented in protected methods.

Both Complex2By2 and @link mfc.matrix.ComplexPolynomial2By2} are derived from AbstractComplex2By2.