LauComplex.hh
Go to the documentation of this file.
LauComplex operator*=(const LauComplex &other) Multiplication assignment operator. Definition: LauComplex.hh:169 LauComplex operator+=(const LauComplex &other) Addition assignment operator. Definition: LauComplex.hh:145 LauComplex operator/(const LauComplex &other) const Division operator. Definition: LauComplex.hh:133 LauComplex operator-(const LauComplex &other) const Subtraction operator. Definition: LauComplex.hh:109 Double_t abs2() const Obtain the square of the absolute value of the complex number. Definition: LauComplex.hh:232 std::ostream & operator<<(std::ostream &os, const LauComplex &z) Definition: LauComplex.cc:43 LauComplex operator-=(const LauComplex &other) Subtraction assignment operator. Definition: LauComplex.hh:157 LauComplex & operator=(const LauComplex &other) Copy assignment operator. Definition: LauComplex.hh:74 LauComplex operator/=(const LauComplex &other) Division assignment operator. Definition: LauComplex.hh:182 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:314 LauComplex operator*(const LauComplex &other) const Multiplication operator. Definition: LauComplex.hh:121 Bool_t operator==(const LauComplex &other) const Boolean comparison operator. Definition: LauComplex.hh:196 std::istream & operator>>(std::istream &os, LauComplex &z) input/output operator formatting of a complex number Definition: LauComplex.cc:48 LauComplex scale(Double_t scaleVal) const Obtain the complex number scaled by some factor. Definition: LauComplex.hh:276 Generated by 1.8.5 |