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

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

Home

View document source

© 2011-2015 Michael Lehn