Home Browse Files
template <typename IndexType, typename VX, typename VY>
    void
    swap(IndexType      n,
         VX             *x,
         IndexType      incX,
         VY             *y,
         IndexType      incY);

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

template <typename IndexType, typename VX, typename VY>
    void
    swapc(IndexType      n,
          VX             *x,
          IndexType      incX,
          VY             *y,
          IndexType      incY);

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

Home

View document source

© 2011-2015 Michael Lehn