aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Transpositions.h
Commit message (Expand)AuthorAge
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* add EIGEN_DEVICE_FUNC to methodsGravatar acxz2020-12-01
* Add EIGEN_DEVICE_FUNC to TranspositionsBaseGravatar acxz2020-11-16
* bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24
* Fix compilation of product with inverse transpositions (e.g., mat * Transposi...Gravatar Gael Guennebaud2018-04-03
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* bug #178: remove additional const on nested expression, and remove several co...Gravatar Gael Guennebaud2016-01-28
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* 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 argument names of some functionsGravatar Gael Guennebaud2015-06-09
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* 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
* 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
* 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
* * add Transpositions to PermutationMatrix conversionGravatar Gael Guennebaud2010-06-08
* Add a Transpositions class to ease the representation andGravatar Gael Guennebaud2010-06-04