Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
MX,
typename
MY>
void
trlaxpy(IndexType m,
IndexType n,
bool
unit,
const
Alpha &alpha,
MX *X,
IndexType incRowX,
IndexType incColX,
MY *Y,
IndexType incRowY,
IndexType incColY);
Defined in namespace
ulmBLAS
. Function
trlaxpy
with 4 template parameters.
Home