Introduce a generic InnerIterator classes compatible with evaluators.

This commit is contained in:
Gael Guennebaud
2014-09-29 13:36:57 +02:00
parent 76c3cf6949
commit abd3502e9e
5 changed files with 123 additions and 42 deletions

View File

@@ -137,6 +137,7 @@ template<typename MatrixType> struct CommaInitializer;
template<typename Derived> class ReturnByValue;
template<typename ExpressionType> class ArrayWrapper;
template<typename ExpressionType> class MatrixWrapper;
template<typename XprType> class InnerIterator;
namespace internal {
template<typename DecompositionType> struct kernel_retval_base;