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