aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MathFunctions.h
Commit message (Expand)AuthorAge
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* now random<integer types> spans over 0..RAND_MAX, or -RAND_MAX/2..RAND_MAX/2 ...Gravatar Benoit Jacob2011-02-07
* add global tan functionGravatar Gael Guennebaud2011-02-03
* big eigen2support fix, aimed at users who relied on internal eigen2 stuff: no...Gravatar Benoit Jacob2011-01-19
* Postfixed add_const and remove_const by _on_value_type to express the differe...Gravatar Hauke Heibel2010-11-26
* fully implement scalar_fuzzy_impl<bool> as, e.g., the missing isMuchSmallerTh...Gravatar Gael Guennebaud2010-11-25
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix a warningGravatar Thomas Capricelli2010-05-21
* fix some warnings with clangGravatar Thomas Capricelli2010-05-21
* Quiet MSVC.Gravatar Hauke Heibel2010-05-04
* fix compilation: const (T&) != const T& , use ei_makeconstGravatar Benoit Jacob2010-04-30
* fix #116 and remove debug cout'sGravatar Benoit Jacob2010-04-30
* * kill the retval typedefs, instead introduce ei_xxx_retval which does the jo...Gravatar Benoit Jacob2010-04-28
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
* erf() is really non standard, better dont pollute eigen with it.Gravatar Thomas Capricelli2010-04-19
* Disabled erf also for Cygwin where it is not supported and causes errors.Gravatar Hauke Heibel2010-04-18
* Disabled unsupported erf on MSVC machines.Gravatar Hauke Heibel2010-04-18
* introduce ei_erf() for various scalar typeGravatar Thomas Capricelli2010-04-18
* generalize the idea of the previous commit to all kinds of casts, see this fo...Gravatar Benoit Jacob2010-03-30
* add ei_cast_to_int, we are indeed somethings (e.g. in IO.h) casting scalars t...Gravatar Benoit Jacob2010-03-30
* std:: namespace fixup for more restricive compilers such as QNX's QCCGravatar Piotr Trojanek2010-02-10
* Here is the proper fix.Gravatar Hauke Heibel2010-02-11
* Fixed typos.Gravatar Hauke Heibel2010-02-11
* * move dummy_precision and epsilon to NumTraitsGravatar Gael Guennebaud2010-02-10
* Added std::sqrt(std::complex<float>) and std::sqrt(std::complex<double>) supp...Gravatar Trevor Irons2010-01-07
* make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* precision ---> dummy_precisionGravatar Benoit Jacob2009-11-26
* Removed implicit type conversion (VC warning fix).Gravatar Hauke Heibel2009-09-25
* extend the support for boolGravatar Gael Guennebaud2009-09-25
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* as discussed on list: default to align cols, reorganize parameters accordingl...Gravatar Benoit Jacob2009-08-14
* machine_epsilon -> epsilon as wrapper around numeric_traitsGravatar Benoit Jacob2009-08-14
* s/std::atan2/ei_atan2Gravatar Gael Guennebaud2009-07-31
* add missing ei_atan2 without painfull warningsGravatar Manuel Yguel2009-07-31
* double precision() : change to 1e-12 instead of 1e-11 (as discussed several t...Gravatar Benoit Jacob2009-06-29
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | * add a writable generic coeff wise expression (CwiseUnaryView)Gravatar Gael Guennebaud2009-05-20
|/
* oops, didn't want to commit thatGravatar Benoit Jacob2009-05-07
* CREDIT Hauke Heibel, more std::vector::insert fixesGravatar Benoit Jacob2009-05-07
* More Cholesky fixes.Gravatar Benoit Jacob2009-04-01
* eventually c++ does not provide any optimized pow(int,int) function,Gravatar Gael Guennebaud2009-02-18
* add MatrixBase::stableNorm() avoiding over/under-flowGravatar Gael Guennebaud2009-01-28
* add custom implementation of hypotGravatar Gael Guennebaud2009-01-07
* remove non standard hypotf function callGravatar Gael Guennebaud2009-01-07
* more Scalar conversions fixesGravatar Gael Guennebaud2009-01-07
* found one bug in the previous ++ changesGravatar Gael Guennebaud2008-12-17
* one more warning fix, thanks to Armin BerresGravatar Gael Guennebaud2008-12-12