This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
165b69ca74165c4cebb985e8c1a2ad4631e011a9
eigen
/
Eigen
/
src
/
Core
/
arch
/
SSE
History
Christoph Hertzberg
13c636d864
Addendum to bug
#859
: pexp(NaN) for double did not return NaN, also, plog(NaN) did not return NaN.
...
psqrt(NaN) and psqrt(-1) shall return NaN if EIGEN_FAST_MATH==0
2014-10-20 13:35:03 +02:00
..
CMakeLists.txt
Add COMPONENT Devel
2009-02-23 07:50:56 +00:00
Complex.h
Fix bug
#314
: move remaining math functions from internal to numext namespace
2013-06-10 23:40:56 +02:00
MathFunctions.h
Addendum to bug
#859
: pexp(NaN) for double did not return NaN, also, plog(NaN) did not return NaN.
2014-10-20 13:35:03 +02:00
PacketMath.h
Remove useless register keyword
2014-01-25 16:57:49 +01:00