3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_POW_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_POW_H
12 template<
class X,
class Y>
18 template<
class X,
class Y, If<IsValue<Y>> = 0>
24 template<
class X,
class Y, If<IsValue<X>> = 0>
Definition complex.hpp:26
Definition cholesky.hpp:18
static constexpr auto exp(Complex< T > const &a)
Definition exp.hpp:12
static constexpr auto pow(Complex< X > const &x, Complex< Y > const &y)
Definition pow.hpp:13
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13
static constexpr auto log(Complex< T > const &a)
Definition log.hpp:11