remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix class

This commit is contained in:
Gael Guennebaud 2012-11-16 09:03:42 +01:00
parent 4e60283289
commit 6a790058f5

View File

@ -12,6 +12,12 @@
namespace Eigen {
#if 0
// NOTE Have to be reimplemented as a specialization of BlockImpl< DynamicSparseMatrix<_Scalar, _Options, _Index>, ... >
// See SparseBlock.h for an example
/***************************************************************************
* specialisation for DynamicSparseMatrix
***************************************************************************/
@ -109,6 +115,8 @@ class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
};
#endif
} // end namespace Eigen
#endif // EIGEN_SPARSE_BLOCKFORDYNAMICMATRIX_H