LauComplex.hh LauComplex & operator=(const LauComplex &other) Copy assignment operator. Definition: LauComplex.hh:114 LauComplex operator/=(const LauComplex &other) Division assignment operator. Definition: LauComplex.hh:219 LauComplex scale(Double_t scaleVal) const Obtain the complex number scaled by some factor. Definition: LauComplex.hh:292 Bool_t operator==(const LauComplex &other) const Boolean comparison operator. Definition: LauComplex.hh:233 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:324 std::ostream & operator<<(std::ostream &os, const LauComplex &z) output operator formatting of a complex number Definition: LauComplex.cc:54 Double_t abs2() const Obtain the square of the absolute value of the complex number. Definition: LauComplex.hh:260 std::istream & operator>>(std::istream &os, LauComplex &z) input operator formatting of a complex number Definition: LauComplex.cc:59 LauComplex operator*=(const LauComplex &other) Multiplication assignment operator. Definition: LauComplex.hh:206 LauComplex operator+=(const LauComplex &other) Addition assignment operator. Definition: LauComplex.hh:182 LauComplex operator*(const LauComplex &other) const Multiplication operator. Definition: LauComplex.hh:158 LauComplex operator-=(const LauComplex &other) Subtraction assignment operator. Definition: LauComplex.hh:194 Generated by 1.8.18 |