aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/Transform.h
Commit message (Expand)AuthorAge
...
* fix compilation of transform * scalingGravatar Gael Guennebaud2010-11-19
* Fixed compilation due to lacking Transform definitions.Gravatar Hauke Heibel2010-11-01
* 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
* 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
* Fixed Affine transform typedef.Gravatar Hauke Heibel2010-08-02
* 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
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Applied tiny Qt related fixes.Gravatar Hauke Heibel2010-05-19
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Fixed a warning.Gravatar Hauke Heibel2010-02-03
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
|/
* sync with mainlineGravatar Benoit Jacob2009-10-28
|\
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * Added more common typedefs.Gravatar Hauke Heibel2009-10-27
|/
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* fix bug #42, add missing Transform::Identity()Gravatar Benoit Jacob2009-09-19
* fix bug #52: Transform::inverse() should return a TransformGravatar Benoit Jacob2009-09-18
* add EIGEN_TRANSFORM_PLUGINGravatar Gael Guennebaud2009-08-17
* shame on meGravatar Gael Guennebaud2009-08-06
* fix my bad fix of Hauke's fix ;)Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilations issuesGravatar Gael Guennebaud2009-08-06
* fixed inversion for AffineCompact matricesGravatar Hauke Heibel2009-08-06
* add the missing Affine Transform * set of column vectors products...Gravatar Gael Guennebaud2009-08-06
* fix a couple of compilation issue due to the removal of MultiplierBaseGravatar Gael Guennebaud2009-08-04
* merge with special_matrix branchGravatar Gael Guennebaud2009-08-03
|\
| * forward-port Anthony Truchet's changeset 8eab0bccbf8b1969f32bb006b61d2137f6f3...Gravatar Benoit Jacob2009-07-30
* | new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
|/
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* fix #11: now the default Transform ctor set the last row in Affine mode.Gravatar Gael Guennebaud2009-06-10
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix #1 : need to nest by value the affine part in homogeneous productGravatar Gael Guennebaud2009-05-18