Go to file
Benoit Jacob 95bda5e6ab let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.
Until now, the user had to edit the source code to do that.
Internally, add EIGEN_ALIGN that takes into account both EIGEN_DONT_ALIGN.and
EIGEN_ARCH_WANTS_ALIGNMENT. From now on, only EIGEN_ALIGN should be used to
test whether we want to align.
2009-05-03 13:50:56 +00:00
bench various BTL updates (disable Cholesky for MTL, add new plot settings, 2009-03-09 23:28:46 +00:00
cmake * Find SuperLU also when it is installed without a superlu/ prefix 2009-04-01 14:07:38 +00:00
demos opengl demo: add aligned operator new where appropriate and remove my 2009-03-13 13:17:19 +00:00
disabled * classify and sort the doxygen "related pages" 2009-02-04 09:44:44 +00:00
doc update STL vector doc 2009-04-22 21:29:42 +00:00
Eigen let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. 2009-05-03 13:50:56 +00:00
test let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN. 2009-05-03 13:50:56 +00:00
unsupported remove unsupported/doc from make's "all" target 2009-04-23 12:22:10 +00:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt * fix the binary bloat issue, Rohit's idea was the good one 2009-04-06 13:33:42 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
CTestConfig.cmake change the day switch time to 5:00 UTC 2009-01-08 18:45:26 +00:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
Mainpage.dox * classify and sort the doxygen "related pages" 2009-02-04 09:44:44 +00:00