Remove stray DynamicSparseMatrix references.

DynamicSparseMatrix has been removed.  These shouldn't be here anymore.
This commit is contained in:
Antonio Sanchez
2021-09-02 12:33:18 -07:00
committed by Antonio Sánchez
parent ebd4b17d2f
commit 3b48a3b964
3 changed files with 0 additions and 59 deletions

View File

@@ -50,7 +50,6 @@ const int OuterRandomAccessPattern = 0x4 | CoherentAccessPattern;
const int RandomAccessPattern = 0x8 | OuterRandomAccessPattern | InnerRandomAccessPattern;
template<typename Scalar_, int _Flags = 0, typename StorageIndex_ = int> class SparseMatrix;
template<typename Scalar_, int _Flags = 0, typename StorageIndex_ = int> class DynamicSparseMatrix;
template<typename Scalar_, int _Flags = 0, typename StorageIndex_ = int> class SparseVector;
template<typename Scalar_, int _Flags = 0, typename StorageIndex_ = int> class MappedSparseMatrix;