| TPauliMatrix() |
| TPauliMatrix(const EPauliIndex i) |
| TPauliMatrix(const Int_t a) |
| TPauliMatrix(const Double_t a) |
| TPauliMatrix(const Complex_t& a) |
| TPauliMatrix(const TPauliMatrix& another) |
| TPauliMatrix(const Complex_t& a, const TThreeVectorComplex& b) |
| virtual | ~TPauliMatrix() |
| TPauliMatrix& | Adjoint() |
| static TClass* | Class() |
| TPauliMatrix& | Compose(const Double_t a, const TThreeVectorReal& polar) |
| TPauliMatrix& | Compose(const Complex_t& a, const TThreeVectorComplex& polar) |
| TPauliMatrix& | Conj() |
| void | Decompose(Double_t& a, TThreeVectorReal& b) const |
| void | Decompose(Complex_t& a, TThreeVectorComplex& b) const |
| Complex_t | Determ() const |
| void | GetDiagonal(Complex_t& a11, Complex_t& a22) const |
| TPauliMatrix& | Invert() |
| virtual TClass* | IsA() const |
| Bool_t | IsDiagonal() const |
| Bool_t | IsHermetian() const |
| Bool_t | IsIdempotent() const |
| Bool_t | IsIdentity() const |
| Bool_t | IsUnitary() const |
| Bool_t | operator!=(const TPauliMatrix& other) const |
| TPauliMatrix& | operator*=(const TPauliMatrix& source) |
| TPauliMatrix& | operator*=(const Complex_t& factor) |
| TPauliMatrix& | operator*=(const Double_t& factor) |
| TPauliMatrix& | operator+=(const TPauliMatrix& source) |
| TPauliMatrix& | operator+=(const Complex_t& factor) |
| TPauliMatrix& | operator+=(const Double_t& factor) |
| TPauliMatrix | operator-() const |
| TPauliMatrix& | operator-=(const TPauliMatrix& source) |
| TPauliMatrix& | operator-=(const Complex_t& factor) |
| TPauliMatrix& | operator-=(const Double_t& factor) |
| TPauliMatrix& | operator/=(const TPauliMatrix& source) |
| TPauliMatrix& | operator/=(const Complex_t& factor) |
| TPauliMatrix& | operator/=(const Double_t& factor) |
| TPauliMatrix& | operator=(const TPauliMatrix& source) |
| Bool_t | operator==(const TPauliMatrix& other) const |
| Complex_t* | operator[](Int_t row) const |
| void | Print(Option_t* option = "") |
| Double_t | Resolution() const |
| TPauliMatrix& | SetDensity(const TThreeVectorReal& polar) |
| TPauliMatrix& | SetDiagonal(const Complex_t& a) |
| TPauliMatrix& | SetDiagonal(const Complex_t& a11, const Complex_t& a22) |
| static void | SetResolution(const Double_t resolution) |
| TPauliMatrix& | SetRotation(const TThreeRotation& rotOp) |
| TPauliMatrix& | SetRotation(const TThreeVectorReal& axis) |
| TPauliMatrix& | SetRotation(const TUnitVector& axis, const Double_t angle) |
| TPauliMatrix& | SetRotation(const Double_t phi, const Double_t theta, const Double_t psi) |
| virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
| TPauliMatrix& | SimTransform(const TPauliMatrix& m) |
| virtual void | Streamer(TBuffer& b) |
| void | StreamerNVirtual(TBuffer& b) |
| Complex_t | Trace() const |
| TPauliMatrix& | Transpose() |
| TPauliMatrix& | UniTransform(const TPauliMatrix& m) |
| TPauliMatrix& | Zero() |