Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
TA,
typename
TX,
typename
Beta,
typename
TY>
void
gbmv(IndexType m,
IndexType n,
IndexType kl,
IndexType ku,
const
Alpha &alpha,
bool
colMajorA,
bool
transA,
bool
conjA,
const
TA *A,
IndexType ldA,
const
TX *x,
IndexType incX,
const
Beta &beta,
TY *y,
IndexType incY);
Defined in namespace
cxxblas
. Function
gbmv
with 6 template parameters.
Home