3#ifndef pRC_CORE_BASIC_FUNCTIONS_IPOW_H
4#define pRC_CORE_BASIC_FUNCTIONS_IPOW_H
10 template<
class B,
class N, If<IsIntegral<B>> = 0,
11 If<IsUn
signedIntegral<N>> = 0>
Definition cholesky.hpp:18
static constexpr auto exp(Complex< T > const &a)
Definition exp.hpp:12
static constexpr B iPow(B const base, N const exp)
Definition ipow.hpp:12
static constexpr Conditional< IsSatisfied< C >, RemoveConstReference< X >, X > copy(X &&a)
Definition copy.hpp:13