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
ae4644cc6827bb1b6d654ceed8b3a0c256b1d173
eigen
/
Eigen
/
src
/
Core
/
arch
/
SSE
History
Gael Guennebaud
ee06f78679
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
2014-11-04 21:58:52 +01:00
..
CMakeLists.txt
Add COMPONENT Devel
2009-02-23 07:50:56 +00:00
Complex.h
Fix many long to int implicit conversions
2014-07-08 16:47:11 +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:13:43 +02:00
PacketMath.h
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
2014-11-04 21:58:52 +01:00