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

View document source

© 2011-2015 Michael Lehn