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-07-30 16:52:01 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
/
src
/
Core
/
functors
History
Rasmus Munk Larsen
f9fac1d5b0
Add log2() to Eigen.
2020-12-04 21:45:09 +00:00
..
AssignmentFunctors.h
bug
#1684
: partially workaround clang's 6/7 bug
#40815
2019-03-13 10:40:01 +01:00
BinaryFunctors.h
Add packet generic ops
predux_fmin
,
predux_fmin_nan
,
predux_fmax
, and
predux_fmax_nan
that implement reductions with
PropagateNaN
, and
PropagateNumbers
semantics. Add (slow) generic implementations for most reductions.
2020-10-13 21:48:31 +00:00
NullaryFunctors.h
adding attributes to constructors to support hip-clang on ROCm 3.5
2020-08-20 16:48:11 +02:00
StlFunctors.h
bug
#1532
: disable stl::*_negate in C++17 (they are deprecated)
2018-04-03 15:59:30 +02:00
TernaryFunctors.h
bug
#1232
: refactor special functions as a new SpecialFunctions module, currently in unsupported/.
2016-07-08 11:13:55 +02:00
UnaryFunctors.h
Add log2() to Eigen.
2020-12-04 21:45:09 +00:00