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