Gael Guennebaud 66e99ab6a1 Relax mixing-type constraints for binary coefficient-wise operators:
- Replace internal::scalar_product_traits<A,B> by Eigen::ScalarBinaryOpTraits<A,B,OP>
- Remove the "functor_is_product_like" helper (was pretty ugly)
- Currently, OP is not used, but it is available to the user for fine grained tuning
- Currently, only the following operators have been generalized: *,/,+,-,=,*=,/=,+=,-=
- TODO: generalize all other binray operators (comparisons,pow,etc.)
- TODO: handle "scalar op array" operators (currently only * is handled)
- TODO: move the handling of the "void" scalar type to ScalarBinaryOpTraits
2016-06-06 15:11:41 +02:00
..
2016-05-18 14:03:03 +02:00
2014-01-24 12:51:33 +01:00
2013-08-12 07:39:24 +02:00
2015-10-09 14:28:48 +02:00
2015-10-08 16:27:54 +02:00
2016-06-03 08:12:14 +02:00
2015-10-23 10:36:33 +02:00
2016-02-01 15:00:04 +01:00
2015-06-16 22:11:41 +02:00
2016-04-13 22:56:12 +02:00
2015-10-28 11:42:14 +01:00
2015-11-16 13:33:54 +01:00
2015-10-30 22:16:23 +01:00
2016-05-19 22:48:16 +02:00
2015-08-04 16:12:16 +02:00
2015-10-23 10:36:33 +02:00
2016-01-30 22:26:17 +01:00
2016-04-13 22:18:02 +02:00