LauComplex.hh
Go to the documentation of this file.
LauComplex operator+(const LauComplex &other) const Addition operator. Definition: LauComplex.hh:111 LauComplex operator*=(const LauComplex &other) Multiplication assignment operator. Definition: LauComplex.hh:183 LauComplex operator+=(const LauComplex &other) Addition assignment operator. Definition: LauComplex.hh:159 LauComplex operator/(const LauComplex &other) const Division operator. Definition: LauComplex.hh:147 LauComplex operator-(const LauComplex &other) const Subtraction operator. Definition: LauComplex.hh:123 Double_t abs2() const Obtain the square of the absolute value of the complex number. Definition: LauComplex.hh:246 std::ostream & operator<<(std::ostream &os, const LauComplex &z) Definition: LauComplex.cc:57 LauComplex operator-=(const LauComplex &other) Subtraction assignment operator. Definition: LauComplex.hh:171 LauComplex & operator=(const LauComplex &other) Copy assignment operator. Definition: LauComplex.hh:88 LauComplex operator/=(const LauComplex &other) Division assignment operator. Definition: LauComplex.hh:196 void setRealImagPart(Double_t realpart, Double_t imagpart) Set both real and imaginary part. Definition: LauComplex.hh:328 LauComplex operator*(const LauComplex &other) const Multiplication operator. Definition: LauComplex.hh:135 Bool_t operator==(const LauComplex &other) const Boolean comparison operator. Definition: LauComplex.hh:210 std::istream & operator>>(std::istream &os, LauComplex &z) input/output operator formatting of a complex number Definition: LauComplex.cc:62 LauComplex scale(Double_t scaleVal) const Obtain the complex number scaled by some factor. Definition: LauComplex.hh:290 Generated by ![]() |