From f5f288b741b173a271b9c939ac5231639135dd93 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 22 Nov 2010 18:49:12 +0100 Subject: split level 1 and 2 implementation files into smaller ones and fix a couple of numerical and tricky issues discovered by the lapack test suite --- blas/double.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'blas/double.cpp') diff --git a/blas/double.cpp b/blas/double.cpp index 10373d585..c6927ee22 100644 --- a/blas/double.cpp +++ b/blas/double.cpp @@ -28,5 +28,7 @@ #define ISCOMPLEX 0 #include "level1_impl.h" +#include "level1_real_impl.h" #include "level2_impl.h" +#include "level2_real_impl.h" #include "level3_impl.h" -- cgit v1.2.3