Files
eigen/Eigen
Gael Guennebaud a382963b04 * extend Map to allow the user to specify whether the mapped data
is aligned or not. This is done using the Aligned constant:
  Map<MatrixType,Aligned>::Map(data);
* rename ForceAligned to EnforceAlignedAccess, and update its doc,
  and emphasize this is mainly an internal stuff.
2009-10-23 14:26:14 +02:00
..
2009-06-10 11:20:30 +02:00
2009-06-19 19:09:35 +02:00
2009-06-19 20:46:55 +02:00
2009-05-13 02:02:22 +00:00
2009-09-02 21:23:09 +02:00