Skip to content
Snippets Groups Projects
  • Carsten Gräser's avatar
    3d23f92a
    Export missing functionality in MatrixIndexSet · 3d23f92a
    Carsten Gräser authored
    The `MatrixIndexSet` class provides access to an
    incomplete subset of its internal data. While
    the number of rows is exported, the number of cols
    and the column indices per row have been missing
    so far. This was an oversight, since one can hardly
    use the class without this, unless one relies on
    the dedicated `exportIdx()` method for `BCRSMatrix`.
    
    With the missing data exported, one can now easily
    use `MatrixIndexSet` to build patterns for
    other sparse matrix classes.
    3d23f92a
    History
    Export missing functionality in MatrixIndexSet
    Carsten Gräser authored
    The `MatrixIndexSet` class provides access to an
    incomplete subset of its internal data. While
    the number of rows is exported, the number of cols
    and the column indices per row have been missing
    so far. This was an oversight, since one can hardly
    use the class without this, unless one relies on
    the dedicated `exportIdx()` method for `BCRSMatrix`.
    
    With the missing data exported, one can now easily
    use `MatrixIndexSet` to build patterns for
    other sparse matrix classes.