IFEM  90A354
Classes | Typedefs
SparseMatrix.h File Reference

Representation of the system matrix on an unstructured sparse format. More...

#include "SystemMatrix.h"
#include <map>
#include <set>
#include <array>
Include dependency graph for SparseMatrix.h:
This graph shows which files directly or indirectly include this file:

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, RealValueMap
 Index to matrix value mapping.
 
typedef ValueMap::const_iterator ValueIter
 Iterator over matrix elements.
 

Detailed Description

Representation of the system matrix on an unstructured sparse format.

Date
Jan 8 2008
Author
Knut Morten Okstad / SINTEF