aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PermutationMatrix.h
Commit message (Expand)AuthorAge
* bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
* Clean a bit the implementation of inverse permutationsGravatar Gael Guennebaud2015-10-08
* Define Permutation*<>::Scalar to 'void', re-enable scalar type compatibility ...Gravatar Gael Guennebaud2015-10-06
* Introduce a AliasFreeProduct option for Permutations and TranspositionsGravatar Gael Guennebaud2015-06-19
* Remove useless specializations of evaluator_traitsGravatar Gael Guennebaud2015-06-19
* Improbe compatibility of Transpositions and evaluatorsGravatar Gael Guennebaud2015-06-19
* Make Transpositions use evaluatorsGravatar Gael Guennebaud2015-06-19
* Clean implementation of permutation * matrix products.Gravatar Gael Guennebaud2015-06-19
* bug #890, add a more general routine to check that two dense object reference...Gravatar Gael Guennebaud2015-06-10
* Clean argument names of some functionsGravatar Gael Guennebaud2015-06-09
* Add PermutationMatrix::determinant method.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
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* Avoid comparisons between different index types.Gravatar Gael Guennebaud2014-09-29
* Using StorageIndexType for loop assigning initial permutation. Adding assert ...Gravatar Georg Drenkhahn2014-09-22
* Replaced hard coded int types with Index types preventing implicit integer co...Gravatar Georg Drenkhahn2014-09-21
* 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
* merge default branchGravatar Gael Guennebaud2014-08-29
|\
| * Fix typo in PermutationMatrix (doc).Gravatar Benjamin Chrétien2014-08-01
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | merge with default branchGravatar Gael Guennebaud2014-07-18
|\|
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* | Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
* | Make operator=(EigenBase<>) uses the new assignment mechanism and introduce a...Gravatar Gael Guennebaud2014-06-25
* | Port products with permutation matrices to evaluators.Gravatar Jitse Niesen2014-04-15
* | Fix CoeffReadCost issuesGravatar Gael Guennebaud2014-03-11
* | Temporary workaround for permutationsGravatar Gael Guennebaud2014-02-18
|/
* Workaround fixing aliasing issue in x = SparseLU::solve(x)Gravatar Gael Guennebaud2013-11-15
* Fix a couple of int versus Index issues.Gravatar Gael Guennebaud2013-04-09
* Fix some implicit int64 to int conversion warnings. However, the real issueGravatar Gael Guennebaud2013-02-14
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix most of the shadow warnings in Core/*.hGravatar Gael Guennebaud2012-06-22
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* add missing forward declarationGravatar Gael Guennebaud2012-03-29
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* rm useless ctorGravatar Gael Guennebaud2011-01-28
* extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* compilation fixGravatar Gael Guennebaud2010-06-20
* Next try - more Index fixes.Gravatar Hauke Heibel2010-06-20