index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
stable_norm.cpp
Commit message (
Expand
)
Author
Age
*
Fix bug #859: pexp(NaN) returned Inf instead of NaN
Gael Guennebaud
2014-10-20
*
avoid division by 0
Gael Guennebaud
2014-09-16
*
Fix hypot() and hypotNorm() wrt NaN and INF values.
Gael Guennebaud
2014-09-02
*
Fix blueNorm wrt NaN/INF.
Gael Guennebaud
2014-09-02
*
Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...
Gael Guennebaud
2014-09-02
*
Fix stable_norm unit test for complexes
Gael Guennebaud
2014-02-13
*
Fix bug #740: overflow issue in stableNorm
Gael Guennebaud
2014-02-13
*
Fix bug #314:
Gael Guennebaud
2012-11-06
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
the min/max macros to detect unprotected min/max were undefined by some std h...
Gael Guennebaud
2011-08-19
*
fix stable_norm test: the |small| value was 0 on clang with complex<float>.
Benoit Jacob
2011-02-27
*
workaround ICC aggressive optimization
Gael Guennebaud
2011-02-21
*
fix bug #187: stable norm test was quite broken
Benoit Jacob
2011-02-18
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
email change
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
Fix devision by zero warning.
Hauke Heibel
2010-06-09
*
Fix stable_norm compilation.
Hauke Heibel
2010-06-08
*
improve/fix stable_norm unit test
Gael Guennebaud
2010-06-08
*
Fixed stablenorm test, condition was not met when running tests
Carlos Becker
2010-04-26
*
export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()
Thomas Capricelli
2009-11-26
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
really fix stable norm compilation for older gcc
Gael Guennebaud
2009-10-07
*
fix compilation in stable norm, move a platform check to the unit tests
Gael Guennebaud
2009-10-06
*
fix stable_norm unit test
Gael Guennebaud
2009-09-18
*
Added missing casts.
Hauke Heibel
2009-09-08
*
add a stable_norm unit test
Gael Guennebaud
2009-09-07