All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SVSet::DLPSV Class Reference SVector with prev/next pointers. More...
Inheritance diagram for SVSet::DLPSV:
![]()
Detailed DescriptionSVector with prev/next pointers.
The management of the SVectors is implemented by a DataSet<DLPSV>, the keys used externally are DataKeys. The management of nonzeros is done by a Real linked list IdList<DLPSV>, where the SVectors are kept in the order in which their indices occurr in the DataArray. The SVectors are kept without holes: If one is removed or moved to the end, the SVector preceeding it obtains the space for all the nonzeros that previously belonged to the (re-)moved one. However, the nonzeros in use are uneffected by this. Constructor & Destructor DocumentationMember Function Documentation
next SVector Definition at line 112 of file svset.h. References SVSet::DLPSV::thenext. Referenced by SVSet::deleteVec().
previous SVector Definition at line 122 of file svset.h. References SVSet::DLPSV::theprev. Referenced by SVSet::deleteVec(), and SVSet::xtend().
Member Data Documentation
|