switch from eigensolver to SVD which seems to be more accurate with float

This commit is contained in:
Gael Guennebaud
2009-07-06 11:15:38 +02:00
parent 90f1e24579
commit 0cd158820c
2 changed files with 6 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
#include "src/Core/util/DisableMSVCWarnings.h"
#include "Array"
#include "QR"
#include "SVD"
#include <limits>
#ifndef M_PI