| Commit message (Expand) | Author | Age |
* | log2(int) must be inlined. | Gael Guennebaud | 2014-09-18 |
* | Add a portable log2 function for integers | Gael Guennebaud | 2014-09-17 |
* | bug #619: workaround MSVC 2008 implementing std::abs for int only on WINCE | Gael Guennebaud | 2014-09-07 |
* | Fix hypot() and hypotNorm() wrt NaN and INF values. | Gael Guennebaud | 2014-09-02 |
* | Add isfinite overload for complexes. | Gael Guennebaud | 2014-04-14 |
* | merge with default branch | Gael Guennebaud | 2013-11-05 |
|\ |
|
* | | Disabled std::log1p on Cygwin. | Hauke Heibel | 2013-08-10 |
* | | Merge in jdh8's branch. | Jitse Niesen | 2013-07-21 |
|\ \ |
|
| | * | merge with main branch | Gael Guennebaud | 2013-07-17 |
| | |\
| |_|/
|/| | |
|
* | | | Revisit the implementation of random_default_impl for integer to make sure av... | Gael Guennebaud | 2013-07-10 |
| * | | Slightly optimize atanh2. | Chen-Pang He | 2013-07-08 |
|/ / |
|
* | | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
| * | Add nvcc support for normalize, initializers, and fuzzy comparisons | Gael Guennebaud | 2013-06-05 |
| * | merge with default branch | Gael Guennebaud | 2013-04-19 |
| |\
| |/
|/| |
|
| * | Port SelfCwiseBinaryOp and Dot.h to nvcc, fix portability issue with std::min... | Gael Guennebaud | 2013-04-05 |
* | | Handle special case in atanh2(x,y) when y = 0. | Jitse Niesen | 2013-03-09 |
* | | Added missing using std::sqrt. | Hauke Heibel | 2013-01-27 |
|/ |
|
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Avoid inefficient 2x2 LU. Move atanh to internal for maintainability. | Chen-Pang He | 2012-08-30 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | Fix bug #480: workaround the Android NDK defining isfinite as a macro | Gael Guennebaud | 2012-07-05 |
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
* | std::isfinite is non standard | Gael Guennebaud | 2012-01-23 |
* | bug #352:properly cast constants | Igor Krivenko | 2011-12-09 |
* | reimplement abs2 not to use std::norm which is incredibly slow. | Gael Guennebaud | 2011-11-08 |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | Simplify the use of custom scalar types, the rule is to never directly call a... | Gael Guennebaud | 2011-05-25 |
* | factorize implementation of standard real unary math functions, and add acos,... | Gael Guennebaud | 2011-02-17 |
* | now random<integer types> spans over 0..RAND_MAX, or -RAND_MAX/2..RAND_MAX/2 ... | Benoit Jacob | 2011-02-07 |
* | add global tan function | Gael Guennebaud | 2011-02-03 |
* | big eigen2support fix, aimed at users who relied on internal eigen2 stuff: no... | Benoit Jacob | 2011-01-19 |
* | Postfixed add_const and remove_const by _on_value_type to express the differe... | Hauke Heibel | 2010-11-26 |
* | fully implement scalar_fuzzy_impl<bool> as, e.g., the missing isMuchSmallerTh... | Gael Guennebaud | 2010-11-25 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | the Index types change. | Benoit Jacob | 2010-05-30 |
* | fix a warning | Thomas Capricelli | 2010-05-21 |
* | fix some warnings with clang | Thomas Capricelli | 2010-05-21 |
* | Quiet MSVC. | Hauke Heibel | 2010-05-04 |
* | fix compilation: const (T&) != const T& , use ei_makeconst | Benoit Jacob | 2010-04-30 |
* | fix #116 and remove debug cout's | Benoit Jacob | 2010-04-30 |
* | * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo... | Benoit Jacob | 2010-04-28 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | erf() is really non standard, better dont pollute eigen with it. | Thomas Capricelli | 2010-04-19 |
* | Disabled erf also for Cygwin where it is not supported and causes errors. | Hauke Heibel | 2010-04-18 |
* | Disabled unsupported erf on MSVC machines. | Hauke Heibel | 2010-04-18 |
* | introduce ei_erf() for various scalar type | Thomas Capricelli | 2010-04-18 |
* | generalize the idea of the previous commit to all kinds of casts, see this fo... | Benoit Jacob | 2010-03-30 |
* | add ei_cast_to_int, we are indeed somethings (e.g. in IO.h) casting scalars t... | Benoit Jacob | 2010-03-30 |
* | std:: namespace fixup for more restricive compilers such as QNX's QCC | Piotr Trojanek | 2010-02-10 |