aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore
Commit message (Expand)AuthorAge
...
* 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
* Enable OpenMP parallelization of row-major-sparse * dense products.Gravatar Gael Guennebaud2015-06-26
* Workaround MSVC ambiguous instanciationGravatar Gael Guennebaud2015-06-24
* Add explicit ctor for diagonal to sparse conversionGravatar Gael Guennebaud2015-06-24
* Add support for sparse = diagonalGravatar Gael Guennebaud2015-06-24
* Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendlyGravatar Gael Guennebaud2015-06-24
* Inherit operator+= and -= with 'using' kkeywordGravatar Gael Guennebaud2015-06-24
* Fix regression on CompressedStorage::operator=Gravatar Gael Guennebaud2015-06-20
* Merged in vanhoucke/eigen_vanhoucke (pull request PR-118)Gravatar Gael Guennebaud2015-06-20
|\
* | Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
| * Fix undefined behavior. When resizing a default-constructed SparseArray, we e...Gravatar vanhoucke2015-06-19
|/
* Introduce a AliasFreeProduct option for Permutations and TranspositionsGravatar Gael Guennebaud2015-06-19
* Clean implementation of permutation * matrix products.Gravatar Gael Guennebaud2015-06-19
* bug #910: add a StandardCompressedFormat option to Ref<SparseMatrix> to enfor...Gravatar Gael Guennebaud2015-06-09
* bug #650: fix sparse * dense wrt noalias and compound assignmentGravatar Gael Guennebaud2015-06-09
* Add missing documentation for TriangularViewImpl<MatrixType,Mode,Sparse>Gravatar Gael Guennebaud2015-06-09
* Fix shadow warnings triggered by clangGravatar Gael Guennebaud2015-06-09