Add QR and Cholesky module instantiations in the lib.

To try it with the unit tests set the cmake variable TEST_LIB to ON.
This commit is contained in:
Gael Guennebaud
2008-06-14 13:02:41 +00:00
parent 53289a8b64
commit f07f907810
15 changed files with 205 additions and 71 deletions

View File

@@ -57,7 +57,7 @@ namespace Eigen {
#include "src/Core/Extract.h"
#include "src/Core/Part.h"
#ifndef EIGEN_EXTERN_INSTANCIATIONS
#ifndef EIGEN_EXTERN_INSTANTIATIONS
#include "src/Core/CacheFriendlyProduct.h"
#endif