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
3bee9422d6578e551689a941ccd5faeb83e61489
eigen
/
Eigen
/
src
/
Core
/
arch
/
NEON
History
Rasmus Munk Larsen
6cee8d347e
Add an additional step of Newton-Raphson for
psqrt<double>
on Arm, which otherwise has an error of ~1000 ulps.
2020-12-15 04:06:41 +00:00
..
Complex.h
Don't guard psqrt for std::complex<float> with EIGEN_ARCH_ARM64
2020-12-11 12:41:52 +01:00
MathFunctions.h
Add plog ops support packet2d for NEON
2020-09-15 17:10:35 +00:00
PacketMath.h
Add an additional step of Newton-Raphson for
psqrt<double>
on Arm, which otherwise has an error of ~1000 ulps.
2020-12-15 04:06:41 +00:00
TypeCasting.h
Unify Inverse_SSE.h and Inverse_NEON.h into a single generic implementation using PacketMath.
2020-11-17 12:27:01 +00:00