aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/stable_norm.cpp
Commit message (Expand)AuthorAge
* Fix stable_norm_1 test.Gravatar Antonio Sanchez2021-01-21
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* Make stableNorm and blueNorm compatible with 2D matrices.Gravatar Gael Guennebaud2018-04-04
* bug #1521: add unit test dedicated to numbest::hyposGravatar Gael Guennebaud2018-04-04
* Fix compilation of stableNorm with some expressions as inputGravatar Gael Guennebaud2017-12-15
* Avoid overflow in unit test.Gravatar Gael Guennebaud2016-01-30
* bug #977: add stableNormalize[d] methods: they are analogues to normalize[d] ...Gravatar Gael Guennebaud2016-01-23
* Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
* Workaround broken complex*real product on old clang versionsGravatar Gael Guennebaud2015-06-17
* Rename free functions isFinite, isInf, isNaN to be compatible with c++11Gravatar Gael Guennebaud2015-06-10
* Remove ambiguity with recent numext methods isNaN and isInfGravatar Deanna Hood2015-03-17
* Fix bug #859: pexp(NaN) returned Inf instead of NaNGravatar Gael Guennebaud2014-10-20
* avoid division by 0Gravatar Gael Guennebaud2014-09-16
* Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
* 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 stable_norm unit test for complexesGravatar Gael Guennebaud2014-02-13
* Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* fix stable_norm test: the |small| value was 0 on clang with complex<float>.Gravatar Benoit Jacob2011-02-27
* workaround ICC aggressive optimizationGravatar Gael Guennebaud2011-02-21
* fix bug #187: stable norm test was quite brokenGravatar Benoit Jacob2011-02-18
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Fix devision by zero warning.Gravatar Hauke Heibel2010-06-09
* Fix stable_norm compilation.Gravatar Hauke Heibel2010-06-08
* improve/fix stable_norm unit testGravatar Gael Guennebaud2010-06-08
* Fixed stablenorm test, condition was not met when running testsGravatar Carlos Becker2010-04-26
* export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* 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
* fix stable_norm unit testGravatar Gael Guennebaud2009-09-18
* Added missing casts.Gravatar Hauke Heibel2009-09-08
* add a stable_norm unit testGravatar Gael Guennebaud2009-09-07