Home
Browse Files
template
<
typename
IndexType,
typename
Alpha0,
typename
Alpha1,
typename
VX0,
typename
VX1,
typename
VY>
void
axpy2v(IndexType n,
const
Alpha0 &alpha0,
const
Alpha1 &alpha1,
const
VX0 *x0,
IndexType incX0,
const
VX1 *x1,
IndexType incX1,
VY *y,
IndexType incY);
Defined in namespace
ulmBLAS
. Function
axpy2v
with 6 template parameters.
Home