pRC
multi-purpose Tensor Train library for C++
Loading...
Searching...
No Matches
Namespaces | Functions
pow.hpp File Reference
#include <prc/core/complex/complex.hpp>
#include <prc/core/complex/functions/exp.hpp>
#include <prc/core/complex/functions/log.hpp>

Go to the source code of this file.

Namespaces

namespace  pRC
 

Functions

template<class X , class Y >
static constexpr auto pRC::pow (Complex< X > const &x, Complex< Y > const &y)
 
template<class X , class Y , If< IsValue< Y > > = 0>
static constexpr auto pRC::pow (Complex< X > const &x, Y const &y)
 
template<class X , class Y , If< IsValue< X > > = 0>
static constexpr auto pRC::pow (X const &x, Complex< Y > const &y)