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

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    swap(IndexType n,
         float *x, IndexType incX,
         float *y, IndexType incY);

Defined in namespace cxxblas. Function swap with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    swap(IndexType n,
         double *x, IndexType incX,
         double *y, IndexType incY);

Defined in namespace cxxblas. Function swap with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    swap(IndexType n,
         ComplexFloat *x, IndexType incX,
         ComplexFloat *y, IndexType incY);

Defined in namespace cxxblas. Function swap with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    swap(IndexType n,
         ComplexDouble *x, IndexType incX,
         ComplexDouble *y, IndexType incY);

Defined in namespace cxxblas. Function swap with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn