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
14b7ebea11808b2e44995e4a5cd668f1da4071c0
eigen
/
Eigen
/
src
/
Core
/
arch
/
Default
History
Antonio Sanchez
14487ed14e
Add increment/decrement operators to Eigen::half.
...
This is for consistency with bfloat16, and to support initialization with `std::iota`.
2021-03-15 10:52:23 -07:00
..
BFloat16.h
Make half/bfloat16 constructor take inputs by value, fix powerpc test.
2021-02-27 21:32:06 +00: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
Fix rint SSE/NEON again, using optimization barrier.
2021-03-05 08:54:12 -08:00
GenericPacketMathFunctionsFwd.h
Updated pfrexp implementation.
2021-02-17 02:23:24 +00:00
Half.h
Add increment/decrement operators to Eigen::half.
2021-03-15 10:52:23 -07: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