-
- Downloads
This is a helper class which stores a set of matrix entries, i.e.
a set of (i,j) integer pairs. Pairs can be added to the matrix in any order. A MatrixIndexSet can be used to initialize a BCRSMatrix via the exportIdx method. MatrixIndexSets are meant to help with the sometimes unwieldy BCRSMatrix class. If that class' handling gets easier, (or if somebody explain to me how BCRSMatrix are really supposed to be used), MatrixIndexSets may very well disappear again. [[Imported from SVN: r134]]
istl/matrixindexset.hh
0 → 100644
Please register or sign in to comment