aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
Commit message (Expand)AuthorAge
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* Enable SSE vectorization of Quaternion and cross3() with AVXGravatar Gael Guennebaud2019-02-23
* Old gcc versions have problems with recursive #pragma GCC diagnostic push/popGravatar Christoph Hertzberg2018-08-28
* Adding Tensor ReverseOp; TensorStriding; TensorConversionOp; Modifying Tensor...Gravatar Mehdi Goli2017-01-16
* Reverting unintentional change to Eigen/GeometryGravatar Luke Iwanski2017-01-16
* Fix case-sensitivity of file includeGravatar Fraser Cormack2017-01-12
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
* Add missing licence header to some top header filesGravatar Gael Guennebaud2015-10-26
* Introduce EIGEN_PI, get rid of M_PI and acos(-1.0)Gravatar Gael Guennebaud2015-06-10
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* Adapted Geometry includes.Gravatar Hauke Heibel2010-01-21
* added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
* revert previous change in Quaternion::setFromTwoVectorsGravatar Gael Guennebaud2009-08-15
* switch from eigensolver to SVD which seems to be more accurate with floatGravatar Gael Guennebaud2009-07-06
* significantly improve the accuracy of setFromTwoVectors (fixes #21)Gravatar Gael Guennebaud2009-07-06
* Added Umeyama implementation.Gravatar Hauke Heibel2009-05-26
* add optimized quaternion * quaternion product specialization forGravatar Gael Guennebaud2009-03-07
* big addons:Gravatar Gael Guennebaud2009-03-05
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* Add a generic matrix to Euler-angles function.Gravatar Gael Guennebaud2008-12-05
* fix compilation with gcc 4.3Gravatar Gael Guennebaud2008-10-26
* Add an axis aligned box in the geometry module.Gravatar Gael Guennebaud2008-10-26
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* * Extend a bit ParametrizedLine and move it to a separate file,Gravatar Gael Guennebaud2008-09-03
* Split Rotation.h to Rotation2D.h and RotationBase.h,Gravatar Gael Guennebaud2008-08-30
* * added a RotationBase class following the CRT patternGravatar Gael Guennebaud2008-08-30
* update Transform::inverse() to take an optional argument stating whether the ...Gravatar Gael Guennebaud2008-08-30
* Add Scaling and Translation class as discussed on ML, still missing:Gravatar Gael Guennebaud2008-08-30
* some hyperplane changes:Gravatar Gael Guennebaud2008-08-29
* * Add an HyperPlane class in the Geometry moduleGravatar Gael Guennebaud2008-08-28
* * remove debug code commited by mistake in AssignGravatar Gael Guennebaud2008-08-26
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26
* Various compilation fixes for MSVC 9. All tests compile but someGravatar Gael Guennebaud2008-08-19
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* forgot to include this file in previous commitGravatar Gael Guennebaud2008-07-27
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* Various documentation improvements, in particualr in Cholesky and Geometry mo...Gravatar Gael Guennebaud2008-07-20
* Added an automatically generated list of selected examples in the documentation.Gravatar Gael Guennebaud2008-07-19
* Added MatrixBase::Unit*() static function to easily create unit/basis vectors.Gravatar Gael Guennebaud2008-07-19
* work on rotations in the Geometry module:Gravatar Gael Guennebaud2008-06-21
* Added an extensible mechanism to support any kind of rotationGravatar Gael Guennebaud2008-06-15
* Started a Transform class in the Geometry module to representGravatar Gael Guennebaud2008-06-15
* improved Quaternion class:Gravatar Gael Guennebaud2008-06-03