aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Expand)AuthorAge
* now we also have a examples/ directory for self-contained examples,Gravatar Benoit Jacob2007-12-21
* now cmake takes snippets of code, completes them into compilable sources, bui...Gravatar Benoit Jacob2007-12-21
* renaming (commit in order to avoid svn breakage)Gravatar Benoit Jacob2007-12-21
* first version of CMakeLists auto-generating examples outputsGravatar Benoit Jacob2007-12-21
* move the documentation to doc/, add dummy documentation to srcdir/ compiling toGravatar Benoit Jacob2007-12-21
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar Benoit Jacob2007-12-20
* more documentation and examples, add Doxyfile and Mainpage.dox and alsoGravatar Benoit Jacob2007-12-20
* and here is the fixed-size Block classGravatar Benoit Jacob2007-12-05
* rename Block to DynBlock and rework API to make place forGravatar Benoit Jacob2007-12-05
* rename Object -> MatrixBaseGravatar Benoit Jacob2007-11-27
* Merge WrapArray into FromArray. Less code. The downside is that we're using o...Gravatar Benoit Jacob2007-10-14
* add fromArray() and wrapArray().Gravatar Benoit Jacob2007-10-14
* implement the first _real_ unit-tests, testing the results for correctness in...Gravatar Benoit Jacob2007-10-13
* some renaming in the fuzzy compares, and in the multiplicationsGravatar Benoit Jacob2007-10-13
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
* reorganize meta loop unrolling, add Trace (meta-unrolled), fix compilation is...Gravatar Benoit Jacob2007-10-07
* reorganization of headers, part 2/2...Gravatar Benoit Jacob2007-10-07
* Add matrix transpositionGravatar Benoit Jacob2007-10-01
* Split Row and Column into separate files.Gravatar Benoit Jacob2007-10-01
* make matrix multiplication do immediate evaluation; add lazyMul() for the old...Gravatar Benoit Jacob2007-09-29
* add example to the documentationGravatar Benoit Jacob2007-09-28
* Found a way to have eval() be a member function of class EiObject, instead of...Gravatar Benoit Jacob2007-09-28
* Finish prefixing everything with "Ei"Gravatar Benoit Jacob2007-09-27
* Half-way commit prefixing object names. I am forced to commit nowGravatar Benoit Jacob2007-09-27
* don't enclose eigen in a namespace. prefixing is the way to go.Gravatar Benoit Jacob2007-09-27
* implement scalar operators separately for each type using a macro.Gravatar Benoit Jacob2007-09-27
* fix bugs caused by default copy constructors being called. valgrind,Gravatar Benoit Jacob2007-09-26
* Give the axe to the aliasing system.Gravatar Benoit Jacob2007-09-26
* Deep refactoring.Gravatar Benoit Jacob2007-09-26
* reorganize header files, split MatrixBase into smaller files.Gravatar Benoit Jacob2007-09-09
* some cleanupGravatar Benoit Jacob2007-09-09
* update tutorialGravatar Benoit Jacob2007-09-09
* remove operator *= between matrices: too much hassle.Gravatar Benoit Jacob2007-09-07
* add operator *= between matrices, with automatic aliasing.Gravatar Benoit Jacob2007-09-07