aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/StableNorm.h
Commit message (Expand)AuthorAge
* Augment NumTraits with min/max_exponent() again.Gravatar Antonio Sanchez2021-03-16
* Revert "Augment NumTraits with min/max_exponent()."Gravatar David Tellenbach2021-03-17
* Augment NumTraits with min/max_exponent().Gravatar Antonio Sanchez2021-03-17
* Remove unused includeGravatar Christoph Hertzberg2021-02-27
* Rename variable to avoid shadowing of a previously declared oneGravatar David Tellenbach2020-09-18
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Make blueNorm threadsafe if C++11 atomics are available.Gravatar Rasmus Munk Larsen2020-09-12
* Make stableNorm and blueNorm compatible with 2D matrices.Gravatar Gael Guennebaud2018-04-04
* Fix compilation of stableNorm with some expressions as inputGravatar Gael Guennebaud2017-12-15
* Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. Add...Gravatar Simon Praetorius2017-03-24
* bug #1400: fix stableNorm with EIGEN_DONT_ALIGN_STATICALLYGravatar Gael Guennebaud2017-03-07
* bug #1203: by-pass large stack-allocation in stableNorm if EIGEN_STACK_ALLOCA...Gravatar Gael Guennebaud2016-04-15
* Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* First part of a big refactoring of alignment control to enable the handling o...Gravatar Gael Guennebaud2015-08-06
* Workaround missalignment produced by first_aligned for PacketSize==1 and size==1Gravatar Gael Guennebaud2015-06-23
* Use Ref<> to bypass forceAlignmentIfGravatar Gael Guennebaud2015-06-22
* bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index t...Gravatar Christoph Hertzberg2014-12-04
* bug #701: workaround (min) and (max) blocking ADL by introducing numext::mini...Gravatar Gael Guennebaud2014-10-20
* Fix blueNorm wrt NaN/INF.Gravatar Gael Guennebaud2014-09-02
* Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...Gravatar Gael Guennebaud2014-09-02
* Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
* merge with main branchGravatar Gael Guennebaud2013-07-17
|\
| * Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* | merge with default branchGravatar Gael Guennebaud2013-04-19
|\|
| * Remove a useless variable in blueNormGravatar Gael Guennebaud2013-04-10
| * Fix bug #581: remove useless piece of code is blueNormGravatar Gael Guennebaud2013-04-09
* | Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min...Gravatar Gael Guennebaud2013-04-05
|/
* Add support for sparse blueNormGravatar Desire NUENTSA2013-01-11
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* remove stupid assert in blue norm.Gravatar Gael Guennebaud2012-09-07
* 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
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* compilation fix for gcc 4.2Gravatar Gael Guennebaud2010-06-10
* the Index types change.Gravatar Benoit Jacob2010-05-30
* use modern ei_first_aligned function, dont try compiling coeffRef() on rvalue...Gravatar Benoit Jacob2010-05-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * Big renaming:Gravatar Benoit Jacob2010-01-04
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* | * remove EnforceAlignedAccess option to Block, VectorBlock, Map and MapBaseGravatar Gael Guennebaud2009-11-20
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
* really fix stable norm compilation for older gccGravatar Gael Guennebaud2009-10-07
* fix compilation in stable norm, move a platform check to the unit testsGravatar Gael Guennebaud2009-10-06