ROOT
6.06/09
Reference Guide
|
Definition at line 29 of file TComplex.h.
Public Member Functions | |
TComplex () | |
TComplex (Double_t re, Double_t im=0, Bool_t polar=kFALSE) | |
virtual | ~TComplex () |
Double_t | Re () const |
Double_t | Im () const |
Double_t | Rho () const |
Double_t | Rho2 () const |
Double_t | Theta () const |
TComplex | operator() (Double_t x, Double_t y, Bool_t polar=kFALSE) |
TComplex | operator* (const TComplex &c) const |
TComplex | operator+ (const TComplex &c) const |
TComplex | operator/ (const TComplex &c) const |
TComplex | operator- (const TComplex &c) const |
TComplex | operator*= (const TComplex &c) |
TComplex | operator+= (const TComplex &c) |
TComplex | operator/= (const TComplex &c) |
TComplex | operator-= (const TComplex &c) |
TComplex | operator- () |
TComplex | operator+ () |
TComplex | operator* (Double_t c) const |
TComplex | operator+ (Double_t c) const |
TComplex | operator/ (Double_t c) const |
TComplex | operator- (Double_t c) const |
operator Double_t () const | |
operator Float_t () const | |
operator Int_t () const | |
Protected Attributes | |
Double_t | fRe |
Double_t | fIm |
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 37 of file TComplex.h.
Referenced by Conjugate(), Cos(), CosH(), Exp(), I(), Log(), Normalize(), One(), operator*(), operator+(), operator-(), operator/(), Power(), Sin(), SinH(), and Sqrt().
|
inlinevirtual |
Definition at line 39 of file TComplex.h.
Definition at line 149 of file TComplex.h.
Definition at line 128 of file TComplex.h.
Definition at line 144 of file TComplex.h.
Definition at line 126 of file TComplex.h.
Definition at line 142 of file TComplex.h.
Definition at line 130 of file TComplex.h.
Definition at line 146 of file TComplex.h.
Definition at line 178 of file TComplex.h.
Definition at line 120 of file TComplex.h.
Referenced by Tan().
Definition at line 136 of file TComplex.h.
Referenced by TanH().
Definition at line 108 of file TComplex.h.
Definition at line 167 of file TComplex.h.
|
inlinestatic |
Definition at line 42 of file TComplex.h.
|
inline |
Definition at line 47 of file TComplex.h.
Referenced by ACos(), ACosH(), ASin(), ASinH(), Conjugate(), Finite(), IsNaN(), Power(), TFFTComplex::SetPointComplex(), and TFFTComplexReal::SetPointComplex().
Definition at line 169 of file TComplex.h.
Definition at line 114 of file TComplex.h.
Definition at line 112 of file TComplex.h.
Definition at line 174 of file TComplex.h.
Referenced by Range().
Definition at line 172 of file TComplex.h.
Referenced by Range().
Definition at line 176 of file TComplex.h.
|
inlinestatic |
Definition at line 43 of file TComplex.h.
|
inline |
Definition at line 100 of file TComplex.h.
|
inline |
Definition at line 101 of file TComplex.h.
|
inline |
Definition at line 102 of file TComplex.h.
Definition at line 51 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.
Definition at line 58 of file TComplex.h.
|
inline |
Definition at line 76 of file TComplex.h.
Definition at line 82 of file TComplex.h.
Definition at line 67 of file TComplex.h.
Definition at line 62 of file TComplex.h.
|
inline |
Definition at line 74 of file TComplex.h.
Definition at line 86 of file TComplex.h.
Definition at line 71 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 152 of file TComplex.h.
Definition at line 157 of file TComplex.h.
Definition at line 159 of file TComplex.h.
Definition at line 164 of file TComplex.h.
|
inlinestatic |
Definition at line 180 of file TComplex.h.
|
inline |
Definition at line 46 of file TComplex.h.
Referenced by Conjugate(), Finite(), IsNaN(), Power(), TFFTComplex::SetPointComplex(), TFFTComplexReal::SetPointComplex(), and TFFTRealComplex::SetPointComplex().
|
inline |
|
inline |
Definition at line 49 of file TComplex.h.
Referenced by Log(), operator/(), Tan(), and TanH().
Definition at line 117 of file TComplex.h.
Referenced by Tan().
Definition at line 133 of file TComplex.h.
Referenced by TanH().
Definition at line 123 of file TComplex.h.
Definition at line 139 of file TComplex.h.
|
inline |
Definition at line 50 of file TComplex.h.
Referenced by Log(), Normalize(), Power(), and Sqrt().
Definition at line 90 of file TComplex.h.
Definition at line 92 of file TComplex.h.
Definition at line 96 of file TComplex.h.
Definition at line 94 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 33 of file TComplex.h.
Referenced by Cos(), CosH(), Exp(), Im(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator>>(), Rho2(), Sin(), and SinH().
|
protected |
Definition at line 32 of file TComplex.h.
Referenced by Cos(), CosH(), Exp(), operator Double_t(), operator Float_t(), operator Int_t(), operator*(), operator+(), operator-(), operator/(), operator<<(), operator>>(), Re(), Sin(), and SinH().