3#ifndef pRC_CORE_VALUE_FUNCTIONS_COMPLEXIFY_H
4#define pRC_CORE_VALUE_FUNCTIONS_COMPLEXIFY_H
11 template<
class T, If<IsValue<T>> = 0,
12 If<IsConstructible<Complex<T>, T>> = 0>
Definition cholesky.hpp:18
static constexpr auto makeConstantSequence()
Definition sequence.hpp:402
static constexpr X complexify(X &&a)
Definition complexify.hpp:11