1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
     17
#include BLAS_HEADER
#include <ulmblas/level1/swap.h>

extern "C" {


void
ULMBLAS(dswap)(const int n,
               double    *x,
               const int incX,
               double    *y,
               const int incY)
{
    return ulmBLAS::swap(n, x, incX, y, incY);
}

// extern "C"