Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
T,
typename
TB>
void
mtrlmm(IndexType mc,
IndexType nc,
const
Alpha &alpha,
const
T *A_,
const
T *B_,
TB *B,
IndexType incRowB,
IndexType incColB);
Defined in namespace
ulmBLAS
. Function
mtrlmm
with 4 template parameters.
Home