mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix class
This commit is contained in:
parent
4e60283289
commit
6a790058f5
@ -12,6 +12,12 @@
|
|||||||
|
|
||||||
namespace Eigen {
|
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
|
* specialisation for DynamicSparseMatrix
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
@ -109,6 +115,8 @@ class SparseInnerVectorSet<DynamicSparseMatrix<_Scalar, _Options, _Index>, Size>
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
} // end namespace Eigen
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_SPARSE_BLOCKFORDYNAMICMATRIX_H
|
#endif // EIGEN_SPARSE_BLOCKFORDYNAMICMATRIX_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user