aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Transform.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
* Cast anonymous enums to int when used in expressions.Gravatar Rasmus Munk Larsen2021-02-24
* Remove TODO from Transform::computeScaleRotation()Gravatar Antonio Sanchez2021-01-11
* Transform::computeScalingRotation flush determinant to +/- 1.Gravatar Antonio Sanchez2021-01-11
* Make Transform::computeRotationScaling(0,&S) continuousGravatar Essex Edwards2021-01-07
* Fix missing EIGEN_DEVICE_FUNCGravatar rgreenblatt2020-12-20
* user-defined copy operations removed in favor of compiler-generated onesGravatar Alexander Turkin2020-07-20
* bug #1707: Fix deprecation warnings, or disable warnings when testing depreca...Gravatar Christoph Hertzberg2019-05-10
* Make Transform::rotation() an alias to Transform::linear() in the case of an ...Gravatar Gael Guennebaud2019-01-15
* Doc: add Isometry in the list of supported Mode of Transform<>Gravatar Gael Guennebaud2019-01-14
* Initialize isometric transforms like affine transforms.Gravatar Greg Coombe2019-01-11
* Fix doxy and misc. typosGravatar luz.paz"2018-08-01
* bug #1362: workaround constant conditional warning produced by MSVCGravatar Gael Guennebaud2016-12-20
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* bug #1304: fix Projective * scaling and Projective *= scalingGravatar Gael Guennebaud2016-09-23
* Fix typo in doc.Gravatar Gael Guennebaud2016-09-13
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* Fixed type conversion from intGravatar Abhijit Kundu2016-06-08
* bug #1201: improve code generation of affine*vec with MSVCGravatar Gael Guennebaud2016-06-06
* bug #1201: optimize affine*vector productsGravatar Gael Guennebaud2016-05-19
* Fix and clarify documentation of Transform wrt operator*(MatrixBase)Gravatar Gael Guennebaud2015-12-08
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Index refactoring: StorageIndex must be used for storage only (and locally wh...Gravatar Gael Guennebaud2015-02-13
* Merge Index-refactoring branch with default, fix PastixSupport, remove some u...Gravatar Gael Guennebaud2015-02-13
|\
| * Use true compile time "if" for Transform::makeAffineGravatar Gael Guennebaud2014-12-13
* | bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
|/
* Introduce unified macros to identify compiler, OS, and architecture. They are...Gravatar Gael Guennebaud2014-11-04
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix various small issues detected by gccGravatar Gael Guennebaud2014-08-01
* Make Transform exposes sizes: Dim+1 x Dim+1 for projective transform, and Dim...Gravatar Gael Guennebaud2014-07-31
* Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
* Avoid stupid "enumeral mismatch in conditional expression" warnings in GCCGravatar Christoph Hertzberg2014-03-11
* fix compilation of Transform * UniformScalingGravatar Gael Guennebaud2014-02-12
* Fixed assignment from QMatrix to Transform for compact storage.Gravatar Hauke Heibel2014-02-04
* Fixed InnerPanel definition in the Transformation class.Gravatar Hauke Heibel2013-08-27
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix compilation with MSVCGravatar Gael Guennebaud2012-07-05
* fix bug #487: isometry * scaling was not compilingGravatar Gael Guennebaud2012-07-04
* fix implicit scalar conversionGravatar Gael Guennebaud2012-06-28
* bug #482: pass scalar arguments by const references. This changeset only conc...Gravatar Gael Guennebaud2012-06-28
* fix bug #477: warning with gcc 4.7Gravatar Gael Guennebaud2012-06-20
* workaround ICC 11.1 compilation issueGravatar Gael Guennebaud2012-06-08
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix bug #362 and add missing specialization for affine-compact * projectiveGravatar Gael Guennebaud2012-03-30
* Improve performance of some Transform<> operations by better preserving the a...Gravatar Gael Guennebaud2012-02-07
* fix static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* Improved compilation errors for Transform initialization/assignment with diff...Gravatar Hauke Heibel2011-07-28