aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseMatrix.h
Commit message (Expand)AuthorAge
...
* Make SparseMatrix::coeff() returns a const reference and add a non const vers...Gravatar Gael Guennebaud2014-12-01
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Introduce a compilation error when using the wrong InnerIterator type.Gravatar Gael Guennebaud2014-09-19
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
* Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* Implement evaluator for sparse outer productsGravatar Gael Guennebaud2014-07-19
* merge with default branchGravatar Gael Guennebaud2014-07-18
|\
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\|
| * bug #808: use double instead of float for the increasing size ratio in Compre...Gravatar Gael Guennebaud2014-07-08
* | Do not bypass aliasing in sparse e assignmentsGravatar Gael Guennebaud2014-07-01
* | Add a NoPreferredStorageOrderBit flag for expression having no preferred stor...Gravatar Gael Guennebaud2014-06-27
* | Implement binaryop and transpose evaluators for sparse matricesGravatar Gael Guennebaud2014-06-23
* | merge with default branchGravatar Gael Guennebaud2014-06-20
|\|
* | Started to move the SparseCore module to evaluators: implemented assignment a...Gravatar Gael Guennebaud2014-06-20
| * Fix typo in SparseMatrix assert.Gravatar Benjamin Chretien2014-05-03
|/
* More int versus Index fixesGravatar Gael Guennebaud2014-02-19
* 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