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

extern "C" {

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

// extern "C"