aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Geometry/AlignedBox.h
Commit message (Expand)AuthorAge
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Fix alignedbox 32-bit precision test failure.Gravatar Antonio Sanchez2020-09-30
* Added AlignedBox::transform(AffineTransform).Gravatar Martin Pecka2020-09-28
* 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
* Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* bug #1075: fix AlignedBox::sample for runtime dimensionGravatar Gael Guennebaud2015-09-30
* Fix usage of nested versus nested_evalGravatar Gael Guennebaud2015-06-19
* bug #999: clarify that behavior of empty AlignedBoxes is undefined, and furth...Gravatar Christoph Hertzberg2015-04-30
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
* bug #502: add bool intersects() methods to AlignedBoxGravatar Sven Strothoff2013-07-28
* Remove meaningless explicit qualifierGravatar Gael Guennebaud2013-06-12
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Fix bug #519: AlignedBox::dim() was wrong for dynamic dimensionsGravatar Gael Guennebaud2012-10-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* [Geometry/AlignedBox] New typedefs, like for Core/MatrixGravatar Dennis Schridde2011-11-09
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-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
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* fix compilation (cwise and epsilon)Gravatar Gael Guennebaud2010-02-11
* Improved patch from Manuel Yguel:Gravatar Gael Guennebaud2010-02-10
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* fix types of scalar constantsGravatar Gael Guennebaud2010-01-05
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* minor changes in AlignedBox needed for BVH moduleGravatar Gael Guennebaud2009-03-11
* fix duplicated geometry module in the docGravatar Gael Guennebaud2009-01-29
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* gaaaaaaaaaaaaaaaaaahGravatar Benoit Jacob2009-01-05
* inherit from ei_with_aligned_operator_new even with disabled vectorizationGravatar Armin Berres2009-01-05
* unless i find more failures in the tests, this will be beta3...Gravatar Benoit Jacob2008-12-22
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22