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

extern "C" {

double
ULMBLAS(dnrm2)(const int     n,
               const double  *x,
               const int     incX)
{
    return ulmBLAS::nrm2(n, x, incX);
}

// extern "C"