aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Transform.h
Commit message (Expand)AuthorAge
* 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
* fix bug #260: broken Qt support for TransformGravatar John Tytgat2011-05-11
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* fix compilation in the case of 1D TransformGravatar Gael Guennebaud2011-03-02
* fix transform * matrix products: in particular it now truely considers the rh...Gravatar Gael Guennebaud2011-03-02
* to ease debugging let's catch invalid template options in TransformGravatar Gael Guennebaud2011-02-25
* fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM...Gravatar Benoit Jacob2011-02-22
* Improve the Transform interface in order to prevent T.rotation() = R from com...Gravatar Hauke Heibel2011-02-14
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
* fix Transform documention regarding ModeGravatar Gael Guennebaud2011-02-10
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* fix compilation of Eigen/Geometry with EIGEN2_SUPPORT: was including non-exis...Gravatar Benoit Jacob2011-01-24
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* fix ICE with gcc 3.4 and 4.0.1Gravatar Gael Guennebaud2010-12-10