aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/SparseExtra
Commit message (Expand)AuthorAge
* Suppress some remaining Index conversion warningsGravatar Christoph Hertzberg2015-02-17
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Fix missing outer() member in DynamicSparseMatrixGravatar Gael Guennebaud2014-10-07
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Add evaluator for DynamicSparseMatrixGravatar Gael Guennebaud2014-09-01
* 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
* Add a block sparse matrix class. tests to be addedGravatar Desire NUENTSA2013-09-20
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* remove deprecated InnerVectorSet for the deprecated DynamicSparseMatrix classGravatar Gael Guennebaud2012-11-16
* Read real and complex bench matrices from a unique folderGravatar Desire NUENTSA W.2012-08-27
* 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
* does not include MatrixMaketIterator on win32,Gravatar Gael Guennebaud2012-03-31
* 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
* remove dead codeGravatar Gael Guennebaud2011-12-08
* fix bug #223: SparseMatrix::Flags no longer encode triangularness informationGravatar Gael Guennebaud2011-12-05
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* RandomSetter: turns the matrix into compressed form before the fillingGravatar Gael Guennebaud2011-12-03
* - move CompressedStorage and AmbiVector into internal namespaceGravatar Gael Guennebaud2011-12-02
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12
* mark deprecated sparse solvers as so.Gravatar Gael Guennebaud2011-10-24
* factorize solving with guessGravatar Gael Guennebaud2011-10-24
* move DynamicSparseMatrix to SparseExtraGravatar Gael Guennebaud2011-10-24
* extend SimplicialCholesky for sparse rhs, and add determinantGravatar Gael Guennebaud2011-10-11
* split SimplicialCholesky into SimplicialLLt and SimplicialLDLt classes and ad...Gravatar Gael Guennebaud2011-10-09
* fix superLU when the salver is called multiple timesGravatar Gael Guennebaud2011-09-27
* fix a couple of issues in SuperLU support (memory and determinant)Gravatar Gael Guennebaud2011-09-24
* port umfpack support to new APIGravatar Gael Guennebaud2011-09-24
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
* Sparse: fix long int as index type in simplicial cholesky and other decomposi...Gravatar Gael Guennebaud2011-06-06
* add read/write routines for sparse matrices in the Market formatGravatar Gael Guennebaud2011-05-31
* port sparse LLT/LDLT to new stack allocation APIGravatar Gael Guennebaud2011-03-20
* now fixing "unsupported" "legacy" code...Gravatar Gael Guennebaud2011-03-01
* fix compilation with gcc 3.4Gravatar Gael Guennebaud2011-02-25
* fix umfpack with complexesGravatar Gael Guennebaud2011-02-18
* clean a bit SuperLU declarationsGravatar Gael Guennebaud2011-02-18
* fix bug #184 (warning)Gravatar Gael Guennebaud2011-02-14
* disable broken determinant for complexes and SuperLUGravatar Gael Guennebaud2011-01-28
* Fix bug #38Gravatar Romain Bossart2011-01-07
* an attempt to fix a compilation issue with -std=c++0xGravatar Gael Guennebaud2011-01-01
* fix warningGravatar Gael Guennebaud2010-12-13
* clean a bit AMD and SimplicialCholesky and add support for partly stored self...Gravatar Gael Guennebaud2010-11-18