aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
* bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
* Improve inline documentation of SparseCompressedBase and its derived classesGravatar Gael Guennebaud2016-01-03
* Add missing doc of Derived template parameterGravatar Gael Guennebaud2015-12-30
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Forbid the creation of SparseCompressedBase objectGravatar Gael Guennebaud2015-12-09
* bug #1117: workaround unused-local-typedefs warning when EIGEN_NO_STATIC_ASSE...Gravatar Gael Guennebaud2015-11-23
* bug #1105: fix default preallocation when moving from compressed to uncompres...Gravatar Gael Guennebaud2015-11-06
* Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* Fix compilation of sparse-triangular to dense assignmentGravatar Gael Guennebaud2015-11-04
* Fix shadow warningGravatar Gael Guennebaud2015-10-30
* Workaround compilation issue with MSVC<=2013Gravatar Gael Guennebaud2015-10-30
* Fix duplicated declarationGravatar Gael Guennebaud2015-10-29
* Fusion the two similar specialization of Sparse2Dense Assignment.Gravatar Gael Guennebaud2015-10-29
* Add overloads for real times sparse<complex> operations.Gravatar Gael Guennebaud2015-10-29
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Fix ambiguous instantiationGravatar Gael Guennebaud2015-10-27
* Add support to directly evaluate the product of two sparse matrices within a ...Gravatar Gael Guennebaud2015-10-26
* bug #1088: fix setIdenity for non-compressed sparse-matrixGravatar Gael Guennebaud2015-10-25
* Fix SparseMatrix::insert/coeffRef for non-empty compressed matrixGravatar Gael Guennebaud2015-10-25
* add FIXMEGravatar Gael Guennebaud2015-10-21
* bug #1064: add support for Ref<SparseVector>Gravatar Gael Guennebaud2015-10-21
* Fix perm*sparse return type and nesting, and add several sanity checks for pe...Gravatar Gael Guennebaud2015-10-14
* Fix ambiguous instantiation issues of product_evaluator.Gravatar Gael Guennebaud2015-10-14
* Add a plain_object_eval<> helper returning a plain object type based on evalu...Gravatar Gael Guennebaud2015-10-14
* Update custom setFromTripplets API to allow passing a functor object, and add...Gravatar Gael Guennebaud2015-10-13
* Add a functor to setFromTriplets to handle duplicated entriesGravatar Calixte Denizet2015-10-06
* remove reference to internal methodGravatar Gael Guennebaud2015-10-13
* extend unit test for SparseMatrix::pruneGravatar Gael Guennebaud2015-10-13
* Add missing epxlicit keyword, and fix regression in DynamicSparseMatrixGravatar Gael Guennebaud2015-10-12
* Cleanup EIGEN_SPARSE_PUBLIC_INTERFACE, it is now a simple alias to EIGEN_GENE...Gravatar Gael Guennebaud2015-10-08
* Clean a bit the implementation of inverse permutationsGravatar Gael Guennebaud2015-10-08
* Fix storage index type in empty permutationsGravatar Gael Guennebaud2015-10-06
* Fix Ref<SparseMatrix> for Transpose<SparseVector>Gravatar Gael Guennebaud2015-10-06
* Optimise assignment into a Block<SparseMatrix> by using Ref and avoiding usel...Gravatar Gael Guennebaud2015-10-06
* Optimize Ref<SparseMatrix> by removing useless default initialisation of Spar...Gravatar Gael Guennebaud2015-10-06
* Enable to view a SparseVector as a Ref<SparseMatrix>Gravatar Gael Guennebaud2015-10-06
* Make SparseVector derive from SparseCompressedBase, thus improving compatibil...Gravatar Gael Guennebaud2015-10-06
* Improve counting of sparse temporariesGravatar Gael Guennebaud2015-10-06
* Fix performance regression in sparse * dense product where "sparse" is an exp...Gravatar Gael Guennebaud2015-09-29
* Workaround wrong instanciation made by VS2010Gravatar Gael Guennebaud2015-09-04
* Fix returned index type of inner iterators of sparse blocks.Gravatar Gael Guennebaud2015-09-03
* InnerIterator::index() should really return a StorageIndexGravatar Gael Guennebaud2015-09-03
* Since there is no reason for evaluators to be nested by reference, let's remo...Gravatar Gael Guennebaud2015-09-02
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Simplify implementation of the evaluation's iterator of Sparse*Diagonal produ...Gravatar Gael Guennebaud2015-09-01
* Remove duplicated temporary in Sparse to Sparse assignmentGravatar Gael Guennebaud2015-09-01
* Add missing specialization of evaluator of sub-sparse-matrices that can be se...Gravatar Gael Guennebaud2015-09-01
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* bug #1048: fix unused variable warningGravatar Gael Guennebaud2015-07-28
* Fix compilation of tri(sparse) * dense with OpenMPGravatar Gael Guennebaud2015-07-21