eigen2: pass QR decomposition and hyperplane tests

This commit is contained in:
Benoit Jacob
2011-01-25 11:19:26 -05:00
parent b1d6a9945c
commit 07e3ef4f38
5 changed files with 16 additions and 11 deletions

View File

@@ -267,6 +267,7 @@ struct stem_function
template<typename ExpressionType> class Cwise;
template<typename MatrixType> class Minor;
template<typename MatrixType> class LU;
template<typename MatrixType> class QR;
#endif
#endif // EIGEN_FORWARDDECLARATIONS_H