Home
Browse Files
template
<
typename
IndexType>
typename
std::enable_if<std::is_integral<IndexType>::value
&& FuseFactor<
double
>::axpyf==
2
,
void
>::type
axpyf(IndexType n,
const
double
&alpha,
const
double
*a,
IndexType incA,
const
double
*X,
IndexType incRowX,
IndexType incColX,
double
*y,
IndexType incY);
Defined in namespace
ulmBLAS::sse
. Function
axpyf
with 1 template parameters.
template
<
typename
IndexType>
typename
std::enable_if<std::is_integral<IndexType>::value
&& FuseFactor<
double
>::axpyf==
4
,
void
>::type
axpyf(IndexType n,
const
double
&alpha,
const
double
*a,
IndexType incA,
const
double
*X,
IndexType incRowX,
IndexType incColX,
double
*y,
IndexType incY);
Defined in namespace
ulmBLAS::sse
. Function
axpyf
with 1 template parameters.
Home