
A2x2ComplexMatrix 2 x 2 complex matrix with minimum functionality
| virtual | ~A2x2ComplexMatrix() |
| A2x2ComplexMatrix() | |
| A2x2ComplexMatrix(const A2x2ComplexMatrix&) | |
| A2x2ComplexMatrix(complex<Double_t> c0, complex<Double_t> c1, complex<Double_t> c2, complex<Double_t> c3) | |
| complex<Double_t> | Get00() const |
| complex<Double_t> | Get01() const |
| complex<Double_t> | Get10() const |
| complex<Double_t> | Get11() const |
| A2x2ComplexMatrix | operator*(const A2x2ComplexMatrix& other) |
| A2x2ComplexMatrix& | operator=(const A2x2ComplexMatrix& other) |
| void | Print() const |
| A2x2ComplexMatrix | Transpose() const |
| complex<Double_t> | fC[4] |

{}