Gael Guennebaud 76faf4a965 Introduce a NumTraits<T>::Literal type to be used for literals, and
improve mixing type support in operations between arrays and scalars:
 - 2 * ArrayXcf is now optimized in the sense that the integer 2 is properly promoted to a float instead of a complex<float> (fix a regression)
 - 2.1 * ArrayXi is now forbiden (previously, 2.1 was converted to 2)
 - This mechanism should be applicable to any custom scalar type, assuming NumTraits<T>::Literal is properly defined (it defaults to T)
2016-06-23 14:27:20 +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
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
2016-06-11 14:41:53 +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