31#include <casacore/casa/aips.h>
32#include <casacore/casa/Arrays/ArrayFwd.h>
33#include <casacore/casa/BasicSL/Complex.h>
34#include <casacore/casa/Quanta/Quantum.h>
141template <
class Qtype>
143template <
class Qtype>
145template <
class Qtype>
147template <
class Qtype>
149template <
class Qtype>
151template <
class Qtype>
153template <
class Qtype>
155template <
class Qtype>
168template <
class Qtype>
170template <
class Qtype>
172template <
class Qtype>
174template <
class Qtype>
176template <
class Qtype>
178template <
class Qtype>
191template <
class Qtype>
193template <
class Qtype>
195template <
class Qtype>
197template <
class Qtype>
199template <
class Qtype>
201template <
class Qtype>
203template <
class Qtype>
205template <
class Qtype>
207template <
class Qtype>
209template <
class Qtype>
211template <
class Qtype>
213template <
class Qtype>
219template <
class Qtype>
221template <
class Qtype>
245#ifndef CASACORE_NO_AUTO_TEMPLATES
246#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 > atan2(const Quantum< Qtype > &left, const Quantum< Qtype > &other)
Quantum< Qtype > log(const Quantum< Qtype > &left)
Quantum< Qtype > pow(const Quantum< Qtype > &left, Int p)
Some useful arithmetic (linear) functions
Quantum< Qtype > operator-(const Qtype &left, const Quantum< Qtype > &other)
Quantum< Qtype > operator+(const Quantum< Qtype > &left, const Qtype &other)
Unary operations
Quantum< Qtype > root(const Quantum< Qtype > &left, Int p)
Quantum< Qtype > operator+(const Qtype &left, const Quantum< Qtype > &other)
Quantum< Qtype > atan2(const Qtype &left, const Quantum< Qtype > &other)
Quantum< Qtype > ceil(const Quantum< Qtype > &left)
Int ceil(const Int &val)
Functions to implement integer ceil/floor and others
Quantum< Qtype > sin(const Quantum< Qtype > &left)
Trigonometric and exponential functions For direct functions input should be in angles,...
Quantum< Qtype > max(const Quantum< Qtype > &left, const Quantum< Qtype > &other)
Quantum< Qtype > exp(const Quantum< Qtype > &left)
Quantum< Qtype > abs(const Quantum< Qtype > &left)
Quantum< Qtype > operator*(const Qtype &left, const Quantum< Qtype > &other)
Quantum< Qtype > min(const Quantum< Qtype > &left, const Quantum< Qtype > &other)
min and max
Quantum< Qtype > tan(const Quantum< Qtype > &left)
Quantum< Qtype > floor(const Quantum< Qtype > &left)
Quantum< Qtype > acos(const Quantum< Qtype > &left)
Quantum< Qtype > operator-(const Quantum< Qtype > &left, const Qtype &other)
Quantum< Qtype > atan(const Quantum< Qtype > &left)
Quantum< Qtype > operator/(const Qtype &left, const Quantum< Qtype > &other)
Quantum< Qtype > cos(const Quantum< Qtype > &left)
Quantum< Qtype > atan2(const Quantum< Qtype > &left, const Qtype &other)
Quantum< Qtype > log10(const Quantum< Qtype > &left)
Quantum< Qtype > operator*(const Quantum< Qtype > &left, const Qtype &other)
Int floor(const Int &val)
Quantum< Qtype > sqrt(const Quantum< Qtype > &left)
Quantum< Qtype > operator/(const Quantum< Qtype > &left, const Qtype &other)
Quantum< Qtype > asin(const Quantum< Qtype > &left)