Matrixmarket extension

This commit is contained in:
Jens Wehner
2021-09-02 17:23:33 +00:00
committed by Rasmus Munk Larsen
parent e8beb4b990
commit 8286073c73
4 changed files with 176 additions and 41 deletions

View File

@@ -31,10 +31,12 @@
/**
* \defgroup SparseExtra_Module SparseExtra module
*
* This module contains some experimental features extending the sparse module.
* This module contains some experimental features extending the sparse module:
* - A RandomSetter which is a wrapper object allowing to set/update a sparse matrix with random access.
* - MatrixMarket format(https://math.nist.gov/MatrixMarket/formats.html) readers and writers for sparse and dense matrices.
*
* \code
* #include <Eigen/SparseExtra>
* #include <unsupported/Eigen/SparseExtra>
* \endcode
*/