fix #66 : upper triangular checks in ComplexSchur

This commit is contained in:
Gael Guennebaud
2009-11-02 10:46:40 +01:00
parent 5ba19a53a6
commit 979431b987
2 changed files with 10 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
#include "Cholesky"
#include "Jacobi"
#include "Householder"
#include "LU"
// Note that EIGEN_HIDE_HEAVY_CODE has to be defined per module
#if (defined EIGEN_EXTERN_INSTANTIATIONS) && (EIGEN_EXTERN_INSTANTIATIONS>=2)