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 cxxblas. Function swap with 3 template parameters.

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

Defined in namespace cxxblas. Function geswap with 3 template parameters.

Home

View document source

© 2011-2015 Michael Lehn