Files
eigen/Eigen
David Tellenbach 6c9c3f9a1a Remove explicit casts from Eigen::half and Eigen::bfloat16 to bool
Both, Eigen::half and Eigen::Bfloat16 are implicitly convertible to
float and can hence be converted to bool via the conversion chain

  Eigen::{half,bfloat16} -> float -> bool

We thus remove the explicit cast operator to bool.
2020-11-19 18:49:09 +01:00
..
2017-11-10 14:11:22 +01:00
2017-11-27 22:11:57 +01:00
2017-08-17 21:58:39 +02:00