3#ifndef pRC_CORE_COMPLEX_FUNCTIONS_COMPLEXIFY_H
4#define pRC_CORE_COMPLEX_FUNCTIONS_COMPLEXIFY_H
11 requires IsComplex<RemoveReference<X>>
14 return as(forward<X>(a));
Definition cholesky.hpp:10
static constexpr decltype(auto) complexify(X &&a)
Definition complexify.hpp:12
static constexpr RemoveConst< X > as(X &&a)
Definition basics.hpp:83