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

@@ -29,5 +29,7 @@
#define ISCOMPLEX 1
#include "level1_impl.h"
#include "level1_cplx_impl.h"
#include "level2_impl.h"
#include "level2_cplx_impl.h"
#include "level3_impl.h"