3#ifndef pRC_CORE_VALUE_FUNCTIONS_COMPLEXIFY_H
4#define pRC_CORE_VALUE_FUNCTIONS_COMPLEXIFY_H
12 requires IsConstructible<Complex<T>,
T>
Definition cholesky.hpp:10
static constexpr decltype(auto) complexify(X &&a)
Definition complexify.hpp:12
Complex(T const &) -> Complex< T >