aboutsummaryrefslogtreecommitdiffhomepage
path: root/blas/common.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-12-09 10:40:35 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-12-09 10:40:35 +0100
commit10447a7b57960b3315c419b7081c1cc273df3518 (patch)
tree876943470acddf65be17e7eac9cda3625352318f /blas/common.h
parent43cdd242d0e34aa05e368b3d894c1041aa2cd771 (diff)
mv blas.h to src/misc such that it would be possible to use any blas libraries,
however, this requires some more works: - add const qualifiers in the declarations of blas.h - add the possibility to add a suffix to blas function names
Diffstat (limited to 'blas/common.h')
-rw-r--r--blas/common.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/blas/common.h b/blas/common.h
index 714bce574..ada833a90 100644
--- a/blas/common.h
+++ b/blas/common.h
@@ -32,16 +32,8 @@
#error the token SCALAR must be defined to compile this file
#endif
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
-#include "blas.h"
+#include <Eigen/src/misc/blas.h>
-#ifdef __cplusplus
-}
-#endif
#define NOTR 0
#define TR 1