Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)

This commit is contained in:
Gael Guennebaud
2018-10-02 14:03:26 +02:00
parent 12487531ce
commit 8c38528168
3 changed files with 55 additions and 90 deletions

View File

@@ -134,8 +134,7 @@ template<typename ExpressionType> class MatrixWrapper;
template<typename Derived> class SolverBase;
template<typename XprType> class InnerIterator;
template<typename XprType> class DenseStlIterator;
template<typename XprType> class ColsProxy;
template<typename XprType> class RowsProxy;
template<typename XprType, DirectionType Direction> class SubVectorsProxy;
namespace internal {
template<typename DecompositionType> struct kernel_retval_base;