Go to file
Benoit Jacob aaf889e72b remove all the _Order mechanics, now we are always traversing matrices in
column-major order, even if storage is row-major. Benchmark showed that adapting
the traversal order to the storage order brought no benefit.

Also do some cleanup after Gael's big patch.
2008-01-06 13:57:29 +00:00
doc - make MatrixBase and all expressions aware of their preferred traversal order. 2008-01-05 10:57:14 +00:00
Eigen remove all the _Order mechanics, now we are always traversing matrices in 2008-01-06 13:57:29 +00:00
test - make MatrixBase and all expressions aware of their preferred traversal order. 2008-01-05 10:57:14 +00:00
CMakeLists.txt part 2 of the reorganization. Benefits/changes: 2007-12-28 16:20:00 +00:00
Doxyfile move the documentation to doc/, add dummy documentation to srcdir/ compiling to 2007-12-21 07:30:15 +00:00
Mainpage.dox cleanup: remove copy contructors when the compiler is able to generate a satisfactory 2007-12-31 13:29:51 +00:00