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