Home Browse Files
template <typename IndexType, typename Alpha, typename MA>
    void
    trlscal(IndexType    m,
            IndexType    n,
            bool         unit,
            const Alpha  &alpha,
            MA           *A,
            IndexType    incRowA,
            IndexType    incColA);

Defined in namespace ulmBLAS. Function trlscal with 3 template parameters.

Home

View document source

© 2011-2015 Michael Lehn