aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMatrix.h
Commit message (Expand)AuthorAge
* Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
* Use != instead of < to check for emptiness of iterator range (fixes bug #664)Gravatar Christoph Hertzberg2013-10-16
* Switched to smart_copy to support non-trivial scalar typesGravatar Pavel Holoborodko2013-08-25
* Quick fix in order to be custom-scalar friendly.Gravatar Pavel Holoborodko2013-07-29
* Fix SparseMatrix::conservativeResize() when one dimension is nullGravatar Gael Guennebaud2013-07-12
* Add missing sparse matrix constructor from sparse self-adjoint views, and add...Gravatar Gael Guennebaud2013-06-28
* Fix bug #626: add assertion on input ranges for coeff* and insert members for...Gravatar Gael Guennebaud2013-06-28
* bug #626: add compiletime check of the Options template parameter of SparseMa...Gravatar Gael Guennebaud2013-06-28
* Optimize Sparse setIdentity and add a unit testGravatar Desire NUENTSA2013-05-22
* Fix bug #596 : Recover plain SparseMatrix from SparseQR matrixQ()Gravatar Desire NUENTSA2013-05-21
* Fix A=A with A a SparseMatrixGravatar Gael Guennebaud2013-05-17
* Disallow implicit scalar conversion of SparseMatrixGravatar Gael Guennebaud2013-05-17
* Fix setFromTripplet with empty inputsGravatar Gael Guennebaud2013-05-03
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Fix warning: implicit conversion loses integer precision in SparseMatrix. No ...Gravatar Gael Guennebaud2013-03-20
* Fix mismatched free/deleteGravatar Desire NUENTSA2013-03-05
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* add an assertion when inserting an already existing elementGravatar Gael Guennebaud2012-10-02
* merge Sparse LU branchGravatar Desire NUENTSA2012-09-07
|\
| * Add tutorial for sparse solversGravatar Desire NUENTSA2012-09-07
| * Improve the permutationGravatar Desire NUENTSA W.2012-07-27
* | SparseMatrix: add missing ctor for ReturnByValueGravatar Gael Guennebaud2012-07-25
* | Fix aliasing issue in sparse matrix assignment.Gravatar Gael Guennebaud2012-07-25
* | Fix some illegal memory access in sparse conservativeResize()Gravatar Jitse Niesen2012-07-20
* | bug #449: add SparseMatrix::conservativeResize featureGravatar Benjamin Piwowarski2012-07-19
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* | workaround compilation issue with MSVC 2005Gravatar Gael Guennebaud2012-07-02
* | bug #482: pass scalar by const ref - pass on the sparse moduleGravatar Gael Guennebaud2012-06-28
|/
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add the possibility to assemble a SparseMatrix object from a random list of t...Gravatar Gael Guennebaud2012-01-28
* fix bug #391: prune was for compressed format only, now it also turns the mat...Gravatar Gael Guennebaud2011-12-20
* fix bug #391: improper stream output for uncompressed mode, also avoid double...Gravatar Gael Guennebaud2011-12-20
* s/compressed()/isCompressed()Gravatar Gael Guennebaud2011-12-10
* fix bug #384: add a static assertion on the Index type which has to be signedGravatar Gael Guennebaud2011-12-04
* fix bug #294: add a diagonal() method to SparseMatrix (const)Gravatar Gael Guennebaud2011-12-04
* make the accessors to internal sparse storage part of the public API and remo...Gravatar Gael Guennebaud2011-12-04
* add ReverseInnerIterators to loop over the elements in reverse order,Gravatar Gael Guennebaud2011-12-03
* Sparse matrix insertion:Gravatar Gael Guennebaud2011-12-02
* - move CompressedStorage and AmbiVector into internal namespaceGravatar Gael Guennebaud2011-12-02
* bug fix in SparseSelfAdjointTimeDenseProduct for empty rows or columnsGravatar Gael Guennebaud2011-11-30
* add more support for uncompressed modeGravatar Gael Guennebaud2011-11-30
* cleanning pass on the sparse modules:Gravatar Gael Guennebaud2011-11-28
* move sparse solvers from unsupported/ to main Eigen/ and remove the "not stab...Gravatar Gael Guennebaud2011-11-12