aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparsePermutation.h
Commit message (Expand)AuthorAge
* Fix perm*sparse return type and nesting, and add several sanity checks for pe...Gravatar Gael Guennebaud2015-10-14
* Clean a bit the implementation of inverse permutationsGravatar Gael Guennebaud2015-10-08
* Cleaning pass on evaluators: remove the useless and error prone evaluator<>::...Gravatar Gael Guennebaud2015-09-02
* Introduce a AliasFreeProduct option for Permutations and TranspositionsGravatar Gael Guennebaud2015-06-19
* Clean implementation of permutation * matrix products.Gravatar Gael Guennebaud2015-06-19
* Fix many long to int conversion warnings:Gravatar Gael Guennebaud2015-02-16
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Fix memory pre-allocation when permuting inner vectors of a sparse matrix.Gravatar Gael Guennebaud2014-11-24
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* 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
* More int versus Index fixesGravatar Gael Guennebaud2014-02-19
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add sparse * permutation products with assiciated unit testsGravatar Gael Guennebaud2012-03-29