Definition at line 29 of file TComplex.h.
Public Types | |
template<class T > | |
using | enable_if_arithmetic = typename std::enable_if< std::is_arithmetic< T >::value, bool >::type |
Static Public Member Functions | |
static Double_t | Abs (const TComplex &c) |
static TComplex | ACos (const TComplex &c) |
static TComplex | ACosH (const TComplex &c) |
static TComplex | ASin (const TComplex &c) |
static TComplex | ASinH (const TComplex &c) |
static TComplex | ATan (const TComplex &c) |
static TComplex | ATanH (const TComplex &c) |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static TComplex | Conjugate (const TComplex &c) |
static TComplex | Cos (const TComplex &c) |
static TComplex | CosH (const TComplex &c) |
static const char * | DeclFileName () |
static TComplex | Exp (const TComplex &c) |
static Int_t | Finite (const TComplex &c) |
static TComplex | I () |
static Int_t | IsNaN (const TComplex &c) |
static TComplex | Log (const TComplex &c) |
static TComplex | Log10 (const TComplex &c) |
static TComplex | Log2 (const TComplex &c) |
static TComplex | Max (const TComplex &a, const TComplex &b) |
static TComplex | Min (const TComplex &a, const TComplex &b) |
static TComplex | Normalize (const TComplex &c) |
static TComplex | One () |
static TComplex | Power (const TComplex &x, const TComplex &y) |
static TComplex | Power (const TComplex &x, Double_t y) |
static TComplex | Power (const TComplex &x, Int_t y) |
static TComplex | Power (Double_t x, const TComplex &y) |
static TComplex | Range (const TComplex &lb, const TComplex &ub, const TComplex &c) |
static TComplex | Sin (const TComplex &c) |
static TComplex | SinH (const TComplex &c) |
static TComplex | Sqrt (const TComplex &c) |
static TComplex | Tan (const TComplex &c) |
static TComplex | TanH (const TComplex &c) |
Protected Attributes | |
Double_t | fIm |
Double_t | fRe |
Friends | |
template<class T , enable_if_arithmetic< T > = true> | |
TComplex | operator* (T d, const TComplex &c) |
template<class T , enable_if_arithmetic< T > = true> | |
TComplex | operator+ (T d, const TComplex &c) |
template<class T , enable_if_arithmetic< T > = true> | |
TComplex | operator- (T d, const TComplex &c) |
template<class T , enable_if_arithmetic< T > = true> | |
TComplex | operator/ (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>
using TComplex::enable_if_arithmetic = typename std::enable_if<std::is_arithmetic<T>::value, bool>::type |
Definition at line 84 of file TComplex.h.
|
inline |
Definition at line 37 of file TComplex.h.
Standard constructor.
Definition at line 27 of file TComplex.cxx.
|
inlinevirtual |
Definition at line 39 of file TComplex.h.
Definition at line 156 of file TComplex.h.
Definition at line 135 of file TComplex.h.
Definition at line 151 of file TComplex.h.
Definition at line 133 of file TComplex.h.
Definition at line 149 of file TComplex.h.
Definition at line 137 of file TComplex.h.
Definition at line 153 of file TComplex.h.
|
static |
|
inlinestaticconstexpr |
Definition at line 194 of file TComplex.h.
Definition at line 185 of file TComplex.h.
Definition at line 127 of file TComplex.h.
Definition at line 143 of file TComplex.h.
|
inlinestatic |
Definition at line 194 of file TComplex.h.
Definition at line 115 of file TComplex.h.
Definition at line 174 of file TComplex.h.
|
inlinestatic |
Definition at line 42 of file TComplex.h.
|
inline |
Definition at line 47 of file TComplex.h.
|
inlinevirtual |
Definition at line 194 of file TComplex.h.
Definition at line 176 of file TComplex.h.
Definition at line 117 of file TComplex.h.
Definition at line 121 of file TComplex.h.
Definition at line 119 of file TComplex.h.
Definition at line 181 of file TComplex.h.
Definition at line 179 of file TComplex.h.
Definition at line 183 of file TComplex.h.
|
inlinestatic |
Definition at line 43 of file TComplex.h.
|
inline |
Definition at line 107 of file TComplex.h.
|
inline |
Definition at line 108 of file TComplex.h.
|
inline |
Definition at line 109 of file TComplex.h.
Definition at line 51 of file TComplex.h.
Definition at line 56 of file TComplex.h.
|
inline |
Definition at line 88 of file TComplex.h.
Definition at line 65 of file TComplex.h.
|
inline |
Definition at line 76 of file TComplex.h.
Definition at line 58 of file TComplex.h.
|
inline |
Definition at line 90 of file TComplex.h.
Definition at line 67 of file TComplex.h.
|
inline |
Definition at line 74 of file TComplex.h.
Definition at line 62 of file TComplex.h.
|
inline |
Definition at line 94 of file TComplex.h.
Definition at line 71 of file TComplex.h.
Definition at line 60 of file TComplex.h.
|
inline |
Definition at line 92 of file TComplex.h.
Definition at line 69 of file TComplex.h.
Definition at line 159 of file TComplex.h.
Definition at line 164 of file TComplex.h.
Definition at line 171 of file TComplex.h.
Definition at line 166 of file TComplex.h.
|
inlinestatic |
Definition at line 187 of file TComplex.h.
|
inline |
Definition at line 46 of file TComplex.h.
|
inline |
Definition at line 48 of file TComplex.h.
|
inline |
Definition at line 49 of file TComplex.h.
Definition at line 124 of file TComplex.h.
Definition at line 140 of file TComplex.h.
Definition at line 112 of file TComplex.h.
|
virtual |
|
inline |
Definition at line 194 of file TComplex.h.
Definition at line 130 of file TComplex.h.
Definition at line 146 of file TComplex.h.
|
inline |
Definition at line 50 of file TComplex.h.
|
friend |
Definition at line 98 of file TComplex.h.
|
friend |
Definition at line 100 of file TComplex.h.
|
friend |
Definition at line 104 of file TComplex.h.
|
friend |
Definition at line 102 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.
|
protected |
Definition at line 32 of file TComplex.h.