Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
TA,
typename
Beta,
typename
TC>
void
herk(IndexType n,
IndexType k,
const
Alpha &alpha,
bool
transA,
const
TA *A,
IndexType incRowA,
IndexType incColA,
const
Beta &beta,
bool
lowerC,
TC *C,
IndexType incRowC,
IndexType incColC);
Defined in namespace
cxxblas
. Function
herk
with 5 template parameters.
Home