aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
* Add an internal assertion in makeCompressed to catch a possible risk of null-...Gravatar Gael Guennebaud2015-02-18
* Big 957, workaround MSVC/ICC compilation issueGravatar Gael Guennebaud2015-02-18
* Suppress some remaining Index conversion warningsGravatar Christoph Hertzberg2015-02-17
* Remove some useless typedefsGravatar Gael Guennebaud2015-02-16
* Doc: explain how to free allocated memory in SparseMAtrixGravatar Gael Guennebaud2015-02-16
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Make Block<SparseMatrix> inherit SparseCompressedBase in the case of an inner...Gravatar Gael Guennebaud2015-02-09
| * Cleaning and add more unit tests for Ref<SparseMatrix> and Map<SparseMatrix>Gravatar Gael Guennebaud2015-02-09
| * Add a Ref<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07
| * Add a Map<SparseMatrix> specialization.Gravatar Gael Guennebaud2015-02-07
| * Make SparseTranspose inherit SparseCompressBase when possibleGravatar Gael Guennebaud2015-02-07
| * Add a SparseCompressedBase class providing (un)compressed accessors (like dat...Gravatar Gael Guennebaud2015-02-07
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
| * Fix out-of-bounds writeGravatar Gael Guennebaud2014-12-11
| * Workaround various "returning reference to temporary" warnings.Gravatar Gael Guennebaud2014-12-05
|/
* Document non-const SparseMatrix::diagonal() method.Gravatar Gael Guennebaud2014-12-01
* Make SparseMatrix::coeff() returns a const reference and add a non const vers...Gravatar Gael Guennebaud2014-12-01
* Fix memory pre-allocation when permuting inner vectors of a sparse matrix.Gravatar Gael Guennebaud2014-11-24
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Run sparse_basic unit tests also for rectangular matrices.Gravatar Christoph Hertzberg2014-10-31
* Fixed bug in SparseBlock which caused a segfault in sparse_extra_3 testGravatar Christoph Hertzberg2014-10-30
* Temporary workaround for bug #875:Gravatar Christoph Hertzberg2014-10-28
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* bug #718: Introduce a compilation error when using the wrong InnerIterator ty...Gravatar Gael Guennebaud2014-10-20
* Add lapack interface to JacobiSVD and BDCSVDGravatar Gael Guennebaud2014-10-17
* Remove unused and dangerous CompressedStorage::Map functionGravatar Gael Guennebaud2014-10-09
* bug #367: fix double copies in atWithInsertion, and add respective unit-testGravatar Gael Guennebaud2014-10-09
* bug #887: fix CompressedStorage::reallocate wrt memory leaksGravatar Gael Guennebaud2014-10-09
* bug #882: fix various const-correctness issues with *View classes.Gravatar Gael Guennebaud2014-10-07
* Re-enable products with triangular views of sparse matrices: we simply have t...Gravatar Gael Guennebaud2014-10-06
* Removed FIXME, as it is actually necessary.Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Suppress stupid gcc-4.4 warningGravatar Christoph Hertzberg2014-09-23
* bug #881: make SparseMatrixBase::isApprox(SparseMatrixBase) exploits sparse c...Gravatar Gael Guennebaud2014-09-22
* 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
* workaround weird MSVC compilation issue: a typdedef in a base class shadows a...Gravatar Gael Guennebaud2014-09-16
* Add a portable log2 function for integersGravatar Gael Guennebaud2014-09-17
* Remove not needed template keyword.Gravatar Gael Guennebaud2014-09-17
* Fix regression in sparse-sparse productGravatar Gael Guennebaud2014-09-01
* Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
* Refactoring of sparse solvers through a SparseSolverBase class and usage of t...Gravatar Gael Guennebaud2014-09-01
* Implement the missing bits to make Solve compatible with sparse rhsGravatar Gael Guennebaud2014-09-01
* Fix compilation in legacy modeGravatar Gael Guennebaud2014-09-01
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * Optimization in sparse-sparse matrix products for small onesGravatar Gael Guennebaud2014-08-29
| * Fix SparseVector::coeffRef(i,j) and add missing SparseVector::insert*UnorderedGravatar Gael Guennebaud2014-08-29