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>
143 template <
class Qtype>
145 template <
class Qtype>
147 template <
class Qtype>
149 template <
class Qtype>
151 template <
class Qtype>
153 template <
class Qtype>
155 template <
class Qtype>
157 template <
class Qtype>
170 template <
class Qtype>
172 template <
class Qtype>
174 template <
class Qtype>
176 template <
class Qtype>
178 template <
class Qtype>
180 template <
class Qtype>
193 template <
class Qtype>
195 template <
class Qtype>
197 template <
class Qtype>
199 template <
class Qtype>
201 template <
class Qtype>
203 template <
class Qtype>
205 template <
class Qtype>
207 template <
class Qtype>
209 template <
class Qtype>
211 template <
class Qtype>
213 template <
class Qtype>
215 template <
class Qtype>
221 template <
class Qtype>
223 template <
class Qtype>
247 #ifndef CASACORE_NO_AUTO_TEMPLATES
248 #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)