ROOT 6.14/05 Reference Guide |
Definition at line 26 of file TComplex.h.
Public Member Functions | |
TComplex () | |
TComplex (Double_t re, Double_t im=0, Bool_t polar=kFALSE) | |
Standard constructor. More... | |
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+ (const TComplex &c) const |
TComplex | operator+ () |
TComplex | operator+ (Double_t c) const |
TComplex | operator+= (const TComplex &c) |
TComplex | operator- (const TComplex &c) const |
TComplex | operator- () |
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 34 of file TComplex.h.
Standard constructor.
Definition at line 27 of file TComplex.cxx.
|
inlinevirtual |
Definition at line 36 of file TComplex.h.
Definition at line 146 of file TComplex.h.
Definition at line 125 of file TComplex.h.
Definition at line 141 of file TComplex.h.
Definition at line 123 of file TComplex.h.
Definition at line 139 of file TComplex.h.
Definition at line 127 of file TComplex.h.
Definition at line 143 of file TComplex.h.
Definition at line 175 of file TComplex.h.
Definition at line 117 of file TComplex.h.
Definition at line 133 of file TComplex.h.
Definition at line 105 of file TComplex.h.
Definition at line 164 of file TComplex.h.
|
inlinestatic |
Definition at line 39 of file TComplex.h.
|
inline |
Definition at line 44 of file TComplex.h.
Definition at line 166 of file TComplex.h.
Definition at line 107 of file TComplex.h.
Definition at line 111 of file TComplex.h.
Definition at line 109 of file TComplex.h.
Definition at line 171 of file TComplex.h.
Definition at line 169 of file TComplex.h.
Definition at line 173 of file TComplex.h.
|
inlinestatic |
Definition at line 40 of file TComplex.h.
|
inline |
Definition at line 97 of file TComplex.h.
|
inline |
Definition at line 98 of file TComplex.h.
|
inline |
Definition at line 99 of file TComplex.h.
Definition at line 48 of file TComplex.h.
Definition at line 53 of file TComplex.h.
Definition at line 77 of file TComplex.h.
Definition at line 62 of file TComplex.h.
Definition at line 55 of file TComplex.h.
|
inline |
Definition at line 73 of file TComplex.h.
Definition at line 79 of file TComplex.h.
Definition at line 64 of file TComplex.h.
Definition at line 59 of file TComplex.h.
|
inline |
Definition at line 71 of file TComplex.h.
Definition at line 83 of file TComplex.h.
Definition at line 68 of file TComplex.h.
Definition at line 57 of file TComplex.h.
Definition at line 81 of file TComplex.h.
Definition at line 66 of file TComplex.h.
Definition at line 149 of file TComplex.h.
Definition at line 154 of file TComplex.h.
Definition at line 156 of file TComplex.h.
Definition at line 161 of file TComplex.h.
|
inlinestatic |
Definition at line 177 of file TComplex.h.
|
inline |
Definition at line 43 of file TComplex.h.
|
inline |
Definition at line 45 of file TComplex.h.
|
inline |
Definition at line 46 of file TComplex.h.
Definition at line 114 of file TComplex.h.
Definition at line 130 of file TComplex.h.
Definition at line 102 of file TComplex.h.
Definition at line 120 of file TComplex.h.
Definition at line 136 of file TComplex.h.
|
inline |
Definition at line 47 of file TComplex.h.
Definition at line 87 of file TComplex.h.
Definition at line 89 of file TComplex.h.
Definition at line 93 of file TComplex.h.
Definition at line 91 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 30 of file TComplex.h.
|
protected |
Definition at line 29 of file TComplex.h.