cMHN 1.1
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
Namespaces | Functions
polar.hpp File Reference
#include <prc/core/complex/complex.hpp>
#include <prc/core/functors/cos.hpp>
#include <prc/core/functors/mul.hpp>
#include <prc/core/functors/sin.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class TA , class TB , If< All< IsValue< TA >, IsValue< TB > > > = 0, If< IsInvocable< Cos, TB > > = 0, If< IsInvocable< Sin, TB > > = 0, If< IsInvocable< Mul, TA, TB > > = 0>
static constexpr auto pRC::polar (TA const &rho, TB const &theta)