aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/tutorial.cpp
Commit message (Expand)AuthorAge
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* updated tutorialGravatar Benoit Jacob2008-08-15
* Patch by Gael Guennebaud: unify fixed-size and dynamic-size BlockGravatar Benoit Jacob2008-02-29
* renaming:Gravatar Benoit Jacob2008-01-13
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* - rework the coefficients APIGravatar Benoit Jacob2007-12-24
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar 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
* 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
* 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