aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MathFunctions.h
Commit message (Expand)AuthorAge
* 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
* * fix a couple of warnings (patch from Armin Berres)Gravatar Gael Guennebaud2008-12-12
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* * fix issues with "long double" type (useful to enforce the use of x87 regist...Gravatar Gael Guennebaud2008-09-14
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* -fix certain #includesGravatar Benoit Jacob2008-05-12
* * Added several cast to int of the enums (needed for some compilers)Gravatar Gael Guennebaud2008-05-12
* * Draft of a eigenvalues solverGravatar Gael Guennebaud2008-05-12
* * Give Konstantinos a copyright lineGravatar Benoit Jacob2008-05-12
* some cleaning in Cholesky and removed evil ei_sqrt of complexGravatar Gael Guennebaud2008-04-27
* * added ei_sqrt for complexGravatar Gael Guennebaud2008-04-27
* * Add fixed-size template versions of corner(), start(), end().Gravatar Benoit Jacob2008-04-12
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* * Added a generic *redux* mini framework allowing custom redux operationsGravatar Gael Guennebaud2008-03-16
* - expand MathFunctions.h to provide more functions, like exp, log...Gravatar Benoit Jacob2008-03-14
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28