Browse Source

Update test_dotu.c

pull/1462/head
Martin Kroeker GitHub 8 years ago
parent
commit
23bf1b97c4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      utest/test_dotu.c

+ 3
- 0
utest/test_dotu.c View File

@@ -56,10 +56,13 @@ CTEST( zdotu,zdotu_n_1)
ASSERT_DBL_NEAR_TOL(creal(result1), creal(result2), DOUBLE_EPS);
ASSERT_DBL_NEAR_TOL(cimag(result1), cimag(result2), DOUBLE_EPS);
#endif
#endif
}

CTEST(zdotu, zdotu_offset_1)
{
#ifndef MSVC
blasint N=1,incX=1,incY=1;
double x1[]={1.0,2.0,3.0,4.0};
double y1[]={5.0,6.0,7.0,8.0};


Loading…
Cancel
Save