From 6a790058f5c8cdc2c655133374902a6afbd3a38b Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 16 Nov 2012 09:03:42 +0100 Subject: remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix class --- unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'unsupported/Eigen') diff --git a/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h b/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h index fd24a732d..e9ec746e3 100644 --- a/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +++ b/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h @@ -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, Size> }; +#endif + } // end namespace Eigen #endif // EIGEN_SPARSE_BLOCKFORDYNAMICMATRIX_H -- cgit v1.2.3