Files
eigen/Eigen
Gael Guennebaud 98604576d1 Merged in chtz/eigen-indexconversion (pull request PR-92)
bug #877, bug #572: Get rid of Index conversion warnings, summary of changes:

- Introduce a global typedef Eigen::Index making Eigen::DenseIndex and AnyExpr<>::Index deprecated (default is std::ptrdiff_t).

 - Eigen::Index is used throughout the API to represent indices, offsets, and sizes.

 - Classes storing an array of indices uses the type StorageIndex to store them. This is a template parameter of the class. Default is int.

 - Methods that *explicitly* set or return an element of such an array take or return a StorageIndex type. In all other cases, the Index type is used.
2015-02-16 15:29:00 +01:00
..
2015-02-13 16:21:59 -08:00
2010-07-23 19:00:02 +02:00
2011-02-22 09:31:22 -05:00
2013-07-02 14:08:12 +01:00
2014-10-29 11:29:33 +01:00