3#ifndef pRC_CORE_TENSOR_FUNCTIONS_ATAN2_H
4#define pRC_CORE_TENSOR_FUNCTIONS_ATAN2_H
25 template<
class XA,
class XB, If<IsTensorish<RemoveReference<XA>>> = 0,
26 If<IsTensorish<RemoveReference<XB>>> = 0,
27 If<IsInvocable<Loop<Atan2>, XA, XB>> = 0>
Definition cholesky.hpp:18
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
static constexpr auto atan2(XA &&a, XB &&b)
Calculates element-wise atan2 of two Tensors containing x and y coordinates.
Definition atan2.hpp:28