Home
Browse Files
template
<
typename
IndexType,
typename
Alpha,
typename
MA>
void
truscal(IndexType m,
IndexType n,
bool
unit,
const
Alpha &alpha,
MA *A,
IndexType incRowA,
IndexType incColA);
Defined in namespace
ulmBLAS
. Function
truscal
with 3 template parameters.
Home