Home
Browse Files
template
<
typename
T>
typename
std::enable_if<std::is_fundamental<T>::value,
const
T &>::type
real(
const
T &x);
Defined in namespace
ulmBLAS
. Function
real
with 1 template parameters.
template
<
typename
T>
typename
std::enable_if<! std::is_fundamental<T>::value,
const
T>::type
real(
const
T &x);
Defined in namespace
ulmBLAS
. Function
real
with 1 template parameters.
Home