Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
TA,
typename
TB,
typename
Beta,
typename
TC>
void
hemm(
bool
left,
IndexType m,
IndexType n,
const
Alpha &alpha,
bool
lowerA,
const
TA *A,
IndexType incRowA,
IndexType incColA,
const
TB *B,
IndexType incRowB,
IndexType incColB,
const
Beta &beta,
TC *C,
IndexType incRowC,
IndexType incColC);
Defined in namespace
cxxblas
. Function
hemm
with 6 template parameters.
Home