aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/libs/BLAS/blas_interface_impl.hh
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-03-23 11:00:31 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-03-23 11:00:31 +0100
commitb3e43246bc3f1e73ffe83af546b173ba7bd76a43 (patch)
tree11131eb0891508c3668ac47e953356211333ffd8 /bench/btl/libs/BLAS/blas_interface_impl.hh
parentf9da1ccc3b0140450b6a8615d4a7449fc73d92c6 (diff)
BTL: add a Eigen-blas backend
Diffstat (limited to 'bench/btl/libs/BLAS/blas_interface_impl.hh')
-rw-r--r--bench/btl/libs/BLAS/blas_interface_impl.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bench/btl/libs/BLAS/blas_interface_impl.hh b/bench/btl/libs/BLAS/blas_interface_impl.hh
index 9859238d7..0e84df038 100644
--- a/bench/btl/libs/BLAS/blas_interface_impl.hh
+++ b/bench/btl/libs/BLAS/blas_interface_impl.hh
@@ -147,7 +147,5 @@ public :
};
-
SCALAR blas_interface<SCALAR>::fone = SCALAR(1);
SCALAR blas_interface<SCALAR>::fzero = SCALAR(0);
-