aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry
Commit message (Expand)AuthorAge
* fix compilation in the case of 1D TransformGravatar Gael Guennebaud2011-03-02
* fix compilation when mixing CompactAffine with Homogeneous objectsGravatar 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 parameter to Hyperplane and ParametrizedLineGravatar Gael Guennebaud2011-01-27
* Add an Options template paramter to Transform to enable/disable alignmentGravatar Gael Guennebaud2011-01-27
* add quaternion Options, add unaligned possibilityGravatar Christoph Hertzberg2011-01-27
* fix cross product for complexes and add support for mixed real-complex cross ...Gravatar 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
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* fix ICE with gcc 3.4 and 4.0.1Gravatar Gael Guennebaud2010-12-10
* fix compilation of transform * scalingGravatar Gael Guennebaud2010-11-19
* rm auto normalization in favor of clampingGravatar Gael Guennebaud2010-11-03
* Fixed compilation due to lacking Transform definitions.Gravatar Hauke Heibel2010-11-01
* oops (rm commented code)Gravatar Gael Guennebaud2010-11-01
* Let's be safe: enable auto normalization is quaternion to angle-axis code sin...Gravatar Gael Guennebaud2010-10-31
* 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
* remove SVD class (was bad code taked from elsewhere)Gravatar Benoit Jacob2010-10-12
* adapt Quaternion to JacobiSVD API changes.Gravatar Benoit Jacob2010-10-08
* fix compilation on ubuntu 9.04's version of gcc 4.3 (yes, wtf)Gravatar Benoit Jacob2010-09-27
* fix vectorization logic and code of cross3 which was never enabled..Gravatar Gael Guennebaud2010-09-08
* add the possibility to extend QuaternionBaseGravatar Gael Guennebaud2010-09-02
* Fixed typos.Gravatar Hauke Heibel2010-08-19
* Simplified to product templates to a minimum of template parameters.Gravatar Hauke Heibel2010-08-19
* Removed unused code.Gravatar Hauke Heibel2010-08-19
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
* fix Transform() constructor taking a Transform with other mode.Gravatar Benoit Jacob2010-08-16
* fix warningsGravatar Benoit Jacob2010-08-16
* fix declaration of AffineTransformType in TranslationGravatar Gael Guennebaud2010-08-16
* Fixed Affine transform typedef.Gravatar Hauke Heibel2010-08-02
* Added static method Identity() to the Translation class.Gravatar Hauke Heibel2010-07-29
* Safeguarded some Transform functions with compile time asserts.Gravatar Hauke Heibel2010-07-29
* Transform is now per default Projective.Gravatar Hauke Heibel2010-07-29
* Several changes in comments to keep Doxygen happy.Gravatar Jitse Niesen2010-07-25
* fix merge conflictsGravatar Gael Guennebaud2010-07-22
* Implemented SSE optimized double-precision Quaternion multiplicationGravatar Christoph Hertzberg2010-07-12
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* fix compilation when default to row majorGravatar Gael Guennebaud2010-06-24
* rename:Gravatar Benoit Jacob2010-06-14