Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
TX,
typename
TA>
void
syr(IndexType n,
const
Alpha &alpha,
const
TX *x,
IndexType incX,
bool
lowerA,
TA *A,
IndexType incRowA,
IndexType incColA);
Defined in namespace
cxxblas
. Function
syr
with 4 template parameters.
Home