Gael Guennebaud 1f5024332e First part of a big refactoring of alignment control to enable the handling of arbitrarily aligned buffers. It includes:
- AlignedBit flag is deprecated. Alignment is now specified by the evaluator through the 'Alignment' enum, e.g., evaluator<Xpr>::Alignment. Its value is in Bytes.
 - Add several enums to specify alignment: Aligned8, Aligned16, Aligned32, Aligned64, Aligned128. AlignedMax corresponds to EIGEN_MAX_ALIGN_BYTES. Such enums are used to define the above Alignment value, and as the 'Options' template parameter of Map<> and Ref<>.
 - The Aligned enum is now deprecated. It is now an alias for Aligned16.
 - Currently, traits<Matrix<>>, traits<Array<>>, traits<Ref<>>, traits<Map<>>, and traits<Block<>> also expose the Alignment enum.
2015-08-06 15:31:07 +02:00
..
2014-01-24 12:51:33 +01:00
2013-08-12 07:39:24 +02:00
2015-04-26 21:05:33 +02:00
2013-01-21 15:43:15 +01:00
2015-06-16 22:11:41 +02:00
2013-08-12 07:39:24 +02:00
2015-03-19 15:11:05 +01:00
2015-08-04 16:12:44 +02:00
2015-08-04 16:12:16 +02:00
2014-07-09 13:06:06 +02:00
2014-07-21 11:45:54 +02:00
2013-02-25 01:12:07 +01:00