3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_POLAR_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_POLAR_H
13 template<
class TA,
class TB, If<All<IsValue<TA>, IsValue<TB>>> = 0,
14 If<IsInvocable<Cos, TB>> = 0, If<IsInvocable<Sin, TB>> = 0,
15 If<IsInvocable<Mul, TA, TB>> = 0>
Definition cholesky.hpp:18
static constexpr auto polar(TA const &rho, TB const &theta)
Definition polar.hpp:16
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr auto cos(Complex< T > const &a)
Definition cos.hpp:11
static constexpr decltype(auto) imag(X &&a)
Definition imag.hpp:11
static constexpr decltype(auto) real(X &&a)
Definition real.hpp:11
static constexpr auto sin(Complex< T > const &a)
Definition sin.hpp:11
Complex(T const &) -> Complex< T >