|
IFEM
90A354
|
Representation of the system matrix on an unstructured sparse format. More...


Go to the source code of this file.
Classes | |
| class | SparseMatrix |
| Class for representing a system matrix on an unstructured sparse form. More... | |
Typedefs | |
| typedef std::pair< size_t, size_t > | IJPair |
| 1-based matrix indices | |
| typedef std::map< IJPair, Real > | ValueMap |
| Index to matrix value mapping. | |
| typedef ValueMap::const_iterator | ValueIter |
| Iterator over matrix elements. | |
Representation of the system matrix on an unstructured sparse format.