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