| commit | 335d3bcf054cd0d1328cc12fbc72bb8463aef859 | [log] [tgz] |
|---|---|---|
| author | Benoit Jacob <jacob.benoit.1@gmail.com> | Fri Jan 09 23:26:45 2009 +0000 |
| committer | Benoit Jacob <jacob.benoit.1@gmail.com> | Fri Jan 09 23:26:45 2009 +0000 |
| tree | 8936d0870e24cb849efb37999cd72261bfb0a517 | |
| parent | 5052d3659b797926afb4396329fcb6f050f24572 [diff] |
Based on code + help from Alex Stapleton: *Add Eigen/StdVector header. Including it #includes<vector> and "Core" and generates a partial specialization of std::vector<T> for T=Eigen::Matrix<...> that will work even with vectorizable fixed-size Eigen types (working around a design issue in the c++ STL) *Add unit-test CCMAIL: alex.stapleton@gmail.com