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

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

Home

View document source

© 2011-2015 Michael Lehn