aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/complex_single.cpp
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-03-02 14:45:43 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-03-02 14:45:43 +0100
commita76c296e7f56e912e265ee44e565c284cbdd011e (patch)
treec7878464987e5287e53e9db4d469ba882bd57d29 /blas/complex_single.cpp
parentbca04bd9836bf7c499dc08619dfd36aa120b1909 (diff)
blas: fix most of level1 functions
Diffstat (limited to 'blas/complex_single.cpp')
-rw-r--r--blas/complex_single.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/blas/complex_single.cpp b/blas/complex_single.cpp
index 2b13bc7ce..54c7ca1e5 100644
--- a/blas/complex_single.cpp
+++ b/blas/complex_single.cpp
@@ -24,6 +24,7 @@
#define SCALAR std::complex<float>
#define SCALAR_SUFFIX c
+#define REAL_SCALAR_SUFFIX s
#define ISCOMPLEX 1
#include "level1_impl.h"