Skip to content
Snippets Groups Projects
  1. Mar 03, 2024
    • Carsten Gräser's avatar
      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
  2. Feb 11, 2024
  3. Feb 10, 2024
  4. Jan 29, 2024
  5. Jan 27, 2024
  6. Jan 26, 2024
  7. Jan 18, 2024
  8. Jan 17, 2024
  9. Dec 19, 2023
  10. Dec 18, 2023
  11. Nov 29, 2023
  12. Nov 28, 2023
  13. Nov 20, 2023
  14. Nov 12, 2023
  15. Nov 04, 2023
  16. Oct 12, 2023
  17. Oct 11, 2023
  18. Oct 10, 2023
Loading