3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_POW_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_POW_H
10 template<IsComplex X, IsComplex Y>
11 static inline constexpr auto pow(X
const &
x, Y
const &
y)
16 template<IsComplex X, IsValue Y>
17 static inline constexpr auto pow(X
const &
x, Y
const &
y)
22 template<IsValue X, IsComplex Y>
23 static inline constexpr auto pow(X
const &
x, Y
const &
y)
const double y
Definition gmock-matchers-containers_test.cc:377
int x
Definition gmock-matchers-containers_test.cc:376
Definition cholesky.hpp:10
static constexpr auto pow(X const &x, Y const &y)
Definition pow.hpp:11
static constexpr auto log(T const &a)
Definition log.hpp:11
static constexpr auto exp(T const &a)
Definition exp.hpp:11