Home Browse Files
template <typename IndexType, typename Alpha, typename MX, typename MY>
    void
    geaxpy(IndexType      m,
           IndexType      n,
           const Alpha    &alpha,
           const MX       *X,
           IndexType      incRowX,
           IndexType      incColX,
           MY             *Y,
           IndexType      incRowY,
           IndexType      incColY);

Defined in namespace ulmBLAS. Function geaxpy with 4 template parameters.

template <typename IndexType, typename Alpha, typename MX, typename MY>
    void
    geacxpy(IndexType      m,
            IndexType      n,
            const Alpha    &alpha,
            const MX       *X,
            IndexType      incRowX,
            IndexType      incColX,
            MY             *Y,
            IndexType      incRowY,
            IndexType      incColY);

Defined in namespace ulmBLAS. Function geacxpy with 4 template parameters.

Home

View document source

© 2011-2015 Michael Lehn