aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
* _MatrixTypeNested must be public in sparse BlockGravatar Gael Guennebaud2014-02-18
* Fix support for row (resp. column) of a column-major (resp. row-major) sparse...Gravatar Gael Guennebaud2014-02-17
* Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
* Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
* Use the specialization of Block<SparseMatrix> for const matrices tooGravatar Gael Guennebaud2013-11-10
* Add missing nonZeros() overload in Block<SparseMatrixBase<>>Gravatar Gael Guennebaud2013-11-10
* Use != instead of < to check for emptiness of iterator range (fixes bug #664)Gravatar Christoph Hertzberg2013-10-16
* Make index type of Triplet default to SparseMatrix::Index as suggested by Kol...Gravatar Christoph Hertzberg2013-10-16
* Add a block sparse matrix class. tests to be addedGravatar Desire NUENTSA2013-09-20
* Fix elimination tree and SparseQR with rows<colsGravatar Gael Guennebaud2013-09-12
* Fix sparse blockGravatar Gael Guennebaud2013-09-07
* Merged in advanpix/eigen-mp-devs (pull request PR-32)Gravatar Gael Guennebaud2013-09-03
|\
* | Another compilation fix with ICC/MSVC comboGravatar Gael Guennebaud2013-09-03
| * Replaced memcpy & memmove to smart_* alternatives for non-POD scalar typesGravatar Pavel Holoborodko2013-08-25
| * Switched to smart_copy to support non-trivial scalar typesGravatar Pavel Holoborodko2013-08-25
| * Fixed bug #647 by using smart_copy instead of bitwise memcpy.Gravatar Pavel Holoborodko2013-08-25
|/
* Fix compilation with ICC/MSVC comboGravatar Gael Guennebaud2013-08-21
* Fix bug #635: add isCompressed to MappedSparseMatrix for compatibilityGravatar Gael Guennebaud2013-08-02
* Quick fix in order to be custom-scalar friendly.Gravatar Pavel Holoborodko2013-07-29
* Fix ICE with ICC 11Gravatar Gael Guennebaud2013-07-19
* Expose InnerSizeAtCompileTime in SparseMatrixBase (it was already present in ...Gravatar Gael Guennebaud2013-07-16
* SparseVector::assign: it is not always possible to reserve according to given...Gravatar Gael Guennebaud2013-07-14
* Rationalize assignment to sparse vectorsGravatar Gael Guennebaud2013-07-13
* Fix SparseMatrix::conservativeResize() when one dimension is nullGravatar Gael Guennebaud2013-07-12
* Rationalize the use of Index type in iteratorsGravatar Gael Guennebaud2013-07-06
* Fix ambiguity from the origin of Index type in BlockImpl<Sparse>::InnerIteratorGravatar Gael Guennebaud2013-07-06
* Fix bug #611: diag * sparse * diagGravatar Gael Guennebaud2013-07-05
* Use true compile-time branching in SparseVector::assign to handle automatic t...Gravatar Gael Guennebaud2013-07-05
* Fix unresolved typename bug for MSVCGravatar Desire NUENTSA2013-07-04
* Add missing sparse matrix constructor from sparse self-adjoint views, and add...Gravatar Gael Guennebaud2013-06-28
* Fiw bug #553: add support for sparse matrix time sparse self-adjoint view pro...Gravatar Desire NUENTSA2013-06-28
* Fix bug #611: fix const qualifier in cwiseProduct(sparse,dense) and SparseDia...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
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Add support with unit test for off-diagonal sparse matrix viewsGravatar Desire NUENTSA2013-06-11
* Fix bug #607: handle implicit transposition from sparse vector to dense vectorGravatar Gael Guennebaud2013-06-10
* 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 return type of TriangularView::ReverseInnerIterator::operator++Gravatar Gael Guennebaud2013-05-17
* 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
* Fix bug #563: assignement to Block<SparseMatrix> is now allowed on non-compre...Gravatar Gael Guennebaud2013-04-12
* 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
* bug #563 : Sparse block assignments should be called on compressed matrices. ...Gravatar Desire NUENTSA2013-03-11
* fix sparse vector assignment from a sparse matrixGravatar Gael Guennebaud2013-03-06
* Fix mismatched free/deleteGravatar Desire NUENTSA2013-03-05
* Update doc for the sparse moduleGravatar Desire NUENTSA2013-03-05