LauComplex.hh
Go to the documentation of this file.
LauComplex operator*=(const LauComplex &other) Multiplication assignment operator. Definition: LauComplex.hh:166 LauComplex operator+=(const LauComplex &other) Addition assignment operator. Definition: LauComplex.hh:142 LauComplex operator/(const LauComplex &other) const Division operator. Definition: LauComplex.hh:130 LauComplex operator-(const LauComplex &other) const Subtraction operator. Definition: LauComplex.hh:106 Double_t abs2() const Obtain the square of the absolute value of the complex number. Definition: LauComplex.hh:229 std::ostream & operator<<(std::ostream &os, const LauComplex &z) Definition: LauComplex.cc:43 LauComplex operator-=(const LauComplex &other) Subtraction assignment operator. Definition: LauComplex.hh:154 LauComplex & operator=(const LauComplex &other) Copy assignment operator. Definition: LauComplex.hh:71 LauComplex operator/=(const LauComplex &other) Division assignment operator. Definition: LauComplex.hh:179 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:311 LauComplex operator*(const LauComplex &other) const Multiplication operator. Definition: LauComplex.hh:118 Bool_t operator==(const LauComplex &other) const Boolean comparison operator. Definition: LauComplex.hh:193 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:273 Generated by 1.8.5 |