aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core
Commit message (Collapse)AuthorAge
* Finish prefixing everything with "Ei"Gravatar Benoit Jacob2007-09-27
|
* Deep refactoring.Gravatar Benoit Jacob2007-09-26
| | | | | | | | | 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
* reorganize header files, split MatrixBase into smaller files.Gravatar Benoit Jacob2007-09-09
expose only a few meta-headers to the user, the rest moves to a internal/ subdirectory