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

This commit is contained in:
Gael Guennebaud
2010-11-22 18:49:12 +01:00
parent a6f483e86b
commit f5f288b741
12 changed files with 874 additions and 715 deletions

View File

@@ -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"