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
12fd3dd655e37ba26e7ab236d32163e0aa35da39
eigen
/
Eigen
/
src
/
Core
/
arch
/
Default
History
Rasmus Munk Larsen
be0574e215
New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for float, while still being 10x faster than std::pow for AVX512. A future change will introduce a specialization for double.
2021-02-17 02:50:32 +00:00
..
BFloat16.h
Replace M_LOG2E and M_LN2 with custom macros.
2020-12-11 14:34:31 -08:00
ConjHelper.h
bug
#1436
: fix compilation of Jacobi rotations with ARM NEON, some specializations of internal::conj_helper were missing.
2017-06-15 10:16:30 +02:00
GenericPacketMathFunctions.h
New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for float, while still being 10x faster than std::pow for AVX512. A future change will introduce a specialization for double.
2021-02-17 02:50:32 +00:00
GenericPacketMathFunctionsFwd.h
Updated pfrexp implementation.
2021-02-17 02:23:24 +00:00
Half.h
Remove unused macro in Half.h
2020-12-12 00:53:26 +01:00
Settings.h
bug
#1615
: slightly increase the default unrolling limit to compensate for changeset
101ea26f5e
2018-12-13 10:42:39 +01:00
TypeCasting.h
Support BFloat16 in Eigen
2020-06-20 19:16:24 +00:00