aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/SparseExtra/MarketIO.h
Commit message (Expand)AuthorAge
* Fixed output of complex matricesGravatar Jens Wehner2021-03-15
* Update MarketIO.hGravatar Cédric Hubert2020-02-28
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* Fix uninitialized output argument.Gravatar Gael Guennebaud2018-04-03
* Properly adjust precision when saving to Market format.Gravatar Gael Guennebaud2016-12-20
* Speed up parsing of sparse Market file.Gravatar Gael Guennebaud2016-12-20
* Improve loading of symmetric sparse matrices in MatrixMarketIteratorGravatar Gael Guennebaud2015-06-05
* fix loadMarket wrt Index versus intGravatar Gael Guennebaud2015-03-20
* Make loadMarket use the sparse-matrix index type, thus enabling loading huge ...Gravatar Gael Guennebaud2014-07-31
* Fix no newline at end of file warningGravatar Gael Guennebaud2014-04-01
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Matrix-Market: fix perf issue and infinite loopGravatar Gael Guennebaud2012-06-15
* Read header of Hermitian matricesGravatar Desire NUENTSA2012-05-25
* cleaning pass: rm unused variables in MKL stuff, fix a few namespace issues, ...Gravatar Gael Guennebaud2012-04-18
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add a benchmark routine for all sparse linear solvers in EigenGravatar Desire NUENTSA2012-03-29
* compress loaded market matrixGravatar Desire NUENTSA2012-03-22
* Adding support to read and write complex matrices in Matrix Market formatGravatar Desire NUENTSA2012-03-08
* add read/write routines for sparse matrices in the Market formatGravatar Gael Guennebaud2011-05-31