Home Browse Files
template <typename IndexType, typename Alpha, typename VX, typename VY>
    void
    raxpy(IndexType      n,
          const Alpha    &alpha,
          const VX       *x,
          IndexType      incX,
          VY             *y,
          IndexType      incY);

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

template <typename IndexType, typename Alpha, typename VX, typename VY>
    void
    racxpy(IndexType      n,
           const Alpha    &alpha,
           const VX       *x,
           IndexType      incX,
           VY             *y,
           IndexType      incY);

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

Home

View document source

© 2011-2015 Michael Lehn