Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
TX,
typename
TY,
typename
TA>
void
sylr2(IndexType n,
const
Alpha &alpha,
const
TX *x,
IndexType incX,
const
TY *y,
IndexType incY,
TA *A,
IndexType incRowA,
IndexType incColA);
Defined in namespace
ulmBLAS
. Function
sylr2
with 5 template parameters.
Home