| 
    CppNoddy
    0.92
    
   | 
 
Implementation of the SparseVector class – a sparse, variable size, vector object. More...
#include <complex>#include <map>#include <cmath>#include <algorithm>#include <SparseVector.h>#include <Exceptions.h>#include <Functors.h>Go to the source code of this file.
Namespaces | |
| namespace | CppNoddy | 
| A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics.  | |
Implementation of the SparseVector class – a sparse, variable size, vector object.
The sparse & dense vectors do not share a common base because the sparse class encapsulates an STL map and operator[] assigns entries to the map. Hence get/set methods are used here.
Definition in file SparseVector.cpp.
 1.9.5
© 2012
R.E. Hewitt