backout changeset d4a9e61569

: the extended SparseView is not needed anymore
This commit is contained in:
Gael Guennebaud
2016-01-30 14:43:21 +01:00
parent 8ed1553d20
commit 1bc207c528
3 changed files with 17 additions and 16 deletions

View File

@@ -126,7 +126,7 @@ template<typename PlainObjectType, int Options = 0,
template<typename Derived> class TriangularBase;
template<typename MatrixType, unsigned int Mode> class TriangularView;
template<typename MatrixType, unsigned int Mode> class SelfAdjointView;
template<typename MatrixType,bool KeepZeros=false> class SparseView;
template<typename MatrixType> class SparseView;
template<typename ExpressionType> class WithFormat;
template<typename MatrixType> struct CommaInitializer;
template<typename Derived> class ReturnByValue;