mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Matrixmarket extension
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
e8beb4b990
commit
8286073c73
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user