aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
* 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
| * In sparse matrix product, enable sorted insertion when doing two transpositio...Gravatar Gael Guennebaud2014-08-29
| * bug #857: workaround MSVC compilation issue.Gravatar Gael Guennebaud2014-08-26
* | Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
* | Make assignment from general EigenBase object call evaluator, and support den...Gravatar Gael Guennebaud2014-08-01
* | Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
* | Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
* | Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* | Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* | Make sure we evaluate into temporaries matching evaluator storage order requi...Gravatar Gael Guennebaud2014-07-19
* | Implement evaluator for sparse outer productsGravatar Gael Guennebaud2014-07-19
* | merge with default branchGravatar Gael Guennebaud2014-07-18
|\|
* | merge with default branchGravatar Gael Guennebaud2014-07-15
|\ \
* \ \ merge with default branchGravatar Gael Guennebaud2014-07-10
|\ \ \
| | | * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17