This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-10-18 19:11:30 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
Core
/
arch
/
CUDA
History
Benoit Steiner
34d9fce93b
Avoid unecessary float to double conversions.
2017-02-27 16:33:33 -08:00
..
Complex.h
Added support for constand std::complex numbers on GPU
2016-10-03 11:06:24 -07:00
Half.h
Added support for expm1 in Eigen.
2016-12-02 14:13:01 -08:00
MathFunctions.h
Fix expm1 CUDA implementation (do not shadow exp CUDA implementation).
2016-12-05 12:19:01 -08:00
PacketMath.h
Avoid unecessary float to double conversions.
2017-02-27 16:33:33 -08:00
PacketMathHalf.h
Fix small nit where I changed name of plog1p to pexpm1.
2016-12-02 15:30:12 -08:00
TypeCasting.h
Take advantage of AVX512 instructions whenever possible to speedup the processing of 16 bit floats.
2016-10-12 13:45:39 -07:00