eigen/test
Benoit Jacob 55227b1f63 Deep refactoring.
1) Kill MatrixXpr class, instead let all class inherit a common EigenBase class
2) Kill MatrixBase/Matrix/Vector classes, instead introduce a single Matrix class,
a MatrixStorage class, and typedefs to emulate vectors
3) Huge code cleanup, remove large preprocessor macros, sloccount drop to ~750
down from 1100.
4) Introduce compile-time-known sizes
2007-09-26 14:06:14 +00:00
..
CMakeLists.txt Hello, World! 2007-09-05 10:42:15 +00:00
main.cpp Hello, World! 2007-09-05 10:42:15 +00:00
main.h reorganize header files, split MatrixBase into smaller files. 2007-09-09 09:41:15 +00:00
matrixmanip.cpp Deep refactoring. 2007-09-26 14:06:14 +00:00
matrixops.cpp Deep refactoring. 2007-09-26 14:06:14 +00:00
vectorops.cpp Deep refactoring. 2007-09-26 14:06:14 +00:00