33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/Arrays/ArrayFwd.h>
35 #include <casacore/casa/BasicSL/Complex.h>
36 #include <casacore/casa/Quanta/Quantum.h>
142 template <
class Qtype>
144 template <
class Qtype>
146 template <
class Qtype>
148 template <
class Qtype>
150 template <
class Qtype>
152 template <
class Qtype>
154 template <
class Qtype>
156 template <
class Qtype>
169 template <
class Qtype>
171 template <
class Qtype>
173 template <
class Qtype>
175 template <
class Qtype>
177 template <
class Qtype>
179 template <
class Qtype>
192 template <
class Qtype>
194 template <
class Qtype>
196 template <
class Qtype>
198 template <
class Qtype>
200 template <
class Qtype>
202 template <
class Qtype>
204 template <
class Qtype>
206 template <
class Qtype>
208 template <
class Qtype>
210 template <
class Qtype>
212 template <
class Qtype>
214 template <
class Qtype>
220 template <
class Qtype>
222 template <
class Qtype>
246 #ifndef CASACORE_NO_AUTO_TEMPLATES
247 #include <casacore/casa/Quanta/QMath.tcc>
this file contains all the compiler specific defines
LatticeExprNode exp(const LatticeExprNode &expr)
LatticeExprNode asin(const LatticeExprNode &expr)
LatticeExprNode acos(const LatticeExprNode &expr)
LatticeExprNode atan(const LatticeExprNode &expr)
LatticeExprNode log10(const LatticeExprNode &expr)
LatticeExprNode operator+(const LatticeExprNode &expr)
Global functions operating on a LatticeExprNode.
MVBaseline operator*(const RotMatrix &left, const MVBaseline &right)
Rotate a Baseline vector with rotation matrix and other multiplications.
LatticeExprNode operator-(const LatticeExprNode &expr)
LatticeExprNode tan(const LatticeExprNode &expr)
LatticeExprNode sin(const LatticeExprNode &expr)
Numerical 1-argument functions.
LatticeExprNode operator/(const LatticeExprNode &left, const LatticeExprNode &right)
LatticeExprNode atan2(const LatticeExprNode &left, const LatticeExprNode &right)
Numerical 2-argument functions.
LatticeExprNode log(const LatticeExprNode &expr)
LatticeExprNode cos(const LatticeExprNode &expr)
LatticeExprNode floor(const LatticeExprNode &expr)
LatticeExprNode ceil(const LatticeExprNode &expr)
Quantum< Qtype > pow(const Quantum< Qtype > &left, Int p)
Some useful arithmetic (linear) functions
Quantum< Qtype > floor(const Quantum< Qtype > &left)
Quantum< Qtype > ceil(const Quantum< Qtype > &left)
Quantum< Qtype > sqrt(const Quantum< Qtype > &left)
Quantum< Qtype > max(const Quantum< Qtype > &left, const Quantum< Qtype > &other)
Quantum< Qtype > abs(const Quantum< Qtype > &left)
Quantum< Qtype > min(const Quantum< Qtype > &left, const Quantum< Qtype > &other)
min and max
Quantum< Qtype > root(const Quantum< Qtype > &left, Int p)