aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/NumTraits.h
Commit message (Expand)AuthorAge
* Fix c++20 warnings about using enums in arithmetic expressions.Gravatar Rasmus Munk Larsen2021-06-10
* 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
* Replace numext::as_uint with numext::bit_cast<numext::uint32_t>Gravatar David Tellenbach2020-10-29
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Missing struct definition in NumTraitsGravatar Antonio Sanchez2020-04-07
* Add numeric_limits min and max for boolGravatar Akshay Naresh Modi2020-04-06
* Fix compiler for unsigned integers.Gravatar Rasmus Munk Larsen2019-07-09
* Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
* Merged in spraetor/eigen (pull request PR-305)Gravatar Gael Guennebaud2017-11-10
|\
| * Issue with mpreal and std::numeric_limits, i.e. digits is not a constant. Add...Gravatar Simon Praetorius2017-03-24
* | Fix compilation of streaming nested Array, i.e., cout << Array<Array<>>Gravatar Gael Guennebaud2017-06-12
|/
* NumTraits.h:Gravatar Rafael Guglielmetti2016-12-16
* bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
* Generalize ScalarBinaryOpTraits to any complex-real combination as defined by...Gravatar Gael Guennebaud2016-09-06
* Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
* Add digits10 overload for complex.Gravatar Gael Guennebaud2016-07-25
* Update doc.Gravatar Gael Guennebaud2016-07-25
* Add NumTraits::digits10() function based on numeric_limits::digits10 and make...Gravatar Gael Guennebaud2016-07-25
* Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
* Made it possible to use the NumTraits for complex and Array in a cuda kernel.Gravatar Benoit Steiner2016-03-31
* Started to model the cost of divisions more accurately.Gravatar Benoit Steiner2016-03-25
* Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* Add infinity() support to numext::numeric_limits, use it in lgamma.Gravatar Eugene Brevdo2016-03-02
* Unify std::numeric_limits and device::numeric_limits within numext namespaceGravatar Gael Guennebaud2016-01-22
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Fixed broken commit a09cfe650fe56b181747af04d61548800da1f72bGravatar Christoph Hertzberg2015-08-22
* std::numeric_limits doesn't work reliably on CUDA devices. Use our own defini...Gravatar Benoit Steiner2015-08-21
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* Add nvcc support for normalize, initializers, and fuzzy comparisonsGravatar Gael Guennebaud2013-06-05
* Add missing epsilon/dummy_precision function in NumTraits<Array>Gravatar Gael Guennebaud2013-04-09
* 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 static inline versus inline static issues (the former is the correct order)Gravatar Gael Guennebaud2012-01-31
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* allow the possibility to automatically call or not the ctors on a per scalar ...Gravatar Gael Guennebaud2011-01-26
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* big eigen2support fix, aimed at users who relied on internal eigen2 stuff: no...Gravatar Benoit Jacob2011-01-19
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* Bug fix for NumTraits<T>::lowest() .Gravatar Jitse Niesen2010-07-01
* fix readcost for complex typesGravatar Thomas Capricelli2010-05-26
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* Here is the proper fix.Gravatar Hauke Heibel2010-02-11
* Fixed typos.Gravatar Hauke Heibel2010-02-11