Home
Browse Files
template
<
typename
IndexType,
typename
VX,
typename
VY>
void
copy(IndexType n,
bool
conjX,
const
VX *x,
IndexType incX,
VY *y,
IndexType incY);
Defined in namespace
ulmBLAS
. Function
copy
with 3 template parameters.
template
<
typename
IndexType,
typename
VX,
typename
VY>
void
copy(IndexType n,
const
VX *x,
IndexType incX,
VY *y,
IndexType incY);
Defined in namespace
ulmBLAS
. Function
copy
with 3 template parameters.
Home