#103 Deprecate SimpleVector
Metadata
Property | Value |
---|---|
Reported by | Oliver Sander (oliver.sander@tu-dresden.de) |
Reported at | Feb 17, 2006 10:38 |
Type | Feature Request |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Closed by | Oliver Sander (oliver.sander@tu-dresden.de) |
Closed at | Dec 18, 2006 09:05 |
Closed in version | Unknown |
Resolution | Implemented |
Comment | Deleted in dune-common revision 4816 |
Description
I don't really know who SimpleVector is good for. Those we need an array class can take std::vector or Array. Those we need vector space operations will find out that SimpleVector is lacking many of the features that you need for that. So they better use BlockVector. For those reasons I suggest to remove SimpleVector.