Definition at line 27 of file TComplex.h.
Public Member Functions | |
TComplex () | |
TComplex (Double_t re, Double_t im=0, Bool_t polar=kFALSE) | |
Standard constructor. | |
virtual | ~TComplex () |
Double_t | Im () const |
operator Double_t () const | |
operator Float_t () const | |
operator Int_t () const | |
TComplex | operator() (Double_t x, Double_t y, Bool_t polar=kFALSE) |
TComplex | operator* (const TComplex &c) const |
TComplex | operator* (Double_t c) const |
TComplex | operator*= (const TComplex &c) |
TComplex | operator+ () |
TComplex | operator+ (const TComplex &c) const |
TComplex | operator+ (Double_t c) const |
TComplex | operator+= (const TComplex &c) |
TComplex | operator- () |
TComplex | operator- (const TComplex &c) const |
TComplex | operator- (Double_t c) const |
TComplex | operator-= (const TComplex &c) |
TComplex | operator/ (const TComplex &c) const |
TComplex | operator/ (Double_t c) const |
TComplex | operator/= (const TComplex &c) |
Double_t | Re () const |
Double_t | Rho () const |
Double_t | Rho2 () const |
Double_t | Theta () const |
Protected Attributes | |
Double_t | fIm |
Double_t | fRe |
Friends | |
TComplex | operator* (Double_t d, const TComplex &c) |
TComplex | operator+ (Double_t d, const TComplex &c) |
TComplex | operator- (Double_t d, const TComplex &c) |
TComplex | operator/ (Double_t d, const TComplex &c) |
std::ostream & | operator<< (std::ostream &out, const TComplex &c) |
std::istream & | operator>> (std::istream &in, TComplex &c) |
#include <TComplex.h>
|
inline |
Definition at line 35 of file TComplex.h.
Standard constructor.
Definition at line 27 of file TComplex.cxx.
|
inlinevirtual |
Definition at line 37 of file TComplex.h.
Definition at line 147 of file TComplex.h.
Definition at line 126 of file TComplex.h.
Definition at line 142 of file TComplex.h.
Definition at line 124 of file TComplex.h.
Definition at line 140 of file TComplex.h.
Definition at line 128 of file TComplex.h.
Definition at line 144 of file TComplex.h.
Definition at line 176 of file TComplex.h.
Definition at line 118 of file TComplex.h.
Definition at line 134 of file TComplex.h.
Definition at line 106 of file TComplex.h.
Definition at line 165 of file TComplex.h.
|
inlinestatic |
Definition at line 40 of file TComplex.h.
|
inline |
Definition at line 45 of file TComplex.h.
Definition at line 167 of file TComplex.h.
Definition at line 108 of file TComplex.h.
Definition at line 112 of file TComplex.h.
Definition at line 110 of file TComplex.h.
Definition at line 172 of file TComplex.h.
Definition at line 170 of file TComplex.h.
Definition at line 174 of file TComplex.h.
|
inlinestatic |
Definition at line 41 of file TComplex.h.
|
inline |
Definition at line 98 of file TComplex.h.
|
inline |
Definition at line 99 of file TComplex.h.
|
inline |
Definition at line 100 of file TComplex.h.
Definition at line 49 of file TComplex.h.
Definition at line 54 of file TComplex.h.
Definition at line 78 of file TComplex.h.
Definition at line 63 of file TComplex.h.
|
inline |
Definition at line 74 of file TComplex.h.
Definition at line 56 of file TComplex.h.
Definition at line 80 of file TComplex.h.
Definition at line 65 of file TComplex.h.
|
inline |
Definition at line 72 of file TComplex.h.
Definition at line 60 of file TComplex.h.
Definition at line 84 of file TComplex.h.
Definition at line 69 of file TComplex.h.
Definition at line 58 of file TComplex.h.
Definition at line 82 of file TComplex.h.
Definition at line 67 of file TComplex.h.
Definition at line 150 of file TComplex.h.
Definition at line 155 of file TComplex.h.
Definition at line 162 of file TComplex.h.
Definition at line 157 of file TComplex.h.
|
inlinestatic |
Definition at line 178 of file TComplex.h.
|
inline |
Definition at line 44 of file TComplex.h.
|
inline |
Definition at line 46 of file TComplex.h.
|
inline |
Definition at line 47 of file TComplex.h.
Definition at line 115 of file TComplex.h.
Definition at line 131 of file TComplex.h.
Definition at line 103 of file TComplex.h.
Definition at line 121 of file TComplex.h.
Definition at line 137 of file TComplex.h.
|
inline |
Definition at line 48 of file TComplex.h.
Definition at line 88 of file TComplex.h.
Definition at line 90 of file TComplex.h.
Definition at line 94 of file TComplex.h.
Definition at line 92 of file TComplex.h.
|
friend |
Definition at line 41 of file TComplex.cxx.
|
friend |
Definition at line 49 of file TComplex.cxx.
|
protected |
Definition at line 31 of file TComplex.h.
|
protected |
Definition at line 30 of file TComplex.h.