aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples
Commit message (Expand)AuthorAge
* Examples for DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-30
* Tutorial page 4: add some text, diversify examples.Gravatar Jitse Niesen2010-07-14
* Tutorial page 3: add more cwise operations, condense rest.Gravatar Jitse Niesen2010-07-12
* Tutorial page 1: Put code and output side-by-side.Gravatar Jitse Niesen2010-07-12
* fix doc compilation on non 32bits systemsGravatar Gael Guennebaud2010-07-11
* Added more redux types/examples in tutorial and fixed some display issuesGravatar Carlos Becker2010-07-08
* Reductions/Broadcasting/Visitor Tutorial addedGravatar Carlos Becker2010-07-08
* polish the Array tutorial pageGravatar Benoit Jacob2010-07-01
* fix linalg tut; remove the old oneGravatar Benoit Jacob2010-06-30
* nearly complete page 6 / linear algebra + examplesGravatar Benoit Jacob2010-06-30
* start linear algebra tutorialGravatar Benoit Jacob2010-06-29
* Added Block Operations tutorial and code examplesGravatar Carlos Becker2010-06-28
* Modified Array Class tutorial, added examplesGravatar Carlos Becker2010-06-28
* * update redux sectionGravatar Gael Guennebaud2010-06-28
* * use transpose() instead of row vectors (more common use case)Gravatar Gael Guennebaud2010-06-28
* show a more fancy example for the getting started tutGravatar Gael Guennebaud2010-06-27
* big improvements to tutorial, especially page 2 (matrix arithmetic).Gravatar Benoit Jacob2010-06-26
* add tutorial page 1 - the Matrix classGravatar Benoit Jacob2010-06-25
* int main() is a standard main() prototype, and makes for cleaner examplesGravatar Benoit Jacob2010-06-25
* QuickStart examples: shorten var names, remove superfluous 'using'.Gravatar Jitse Niesen2010-06-18
* Add second example to QuickStart guide.Gravatar Jitse Niesen2010-06-17
* First draft for the 5-minute quick start guide to kick off discussions.Gravatar Jitse Niesen2010-06-13
* remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
* Fix compilation error in doc/examples/class_CwiseBinaryOp.cpp .Gravatar Jitse Niesen2009-12-21
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* sync the documentation examplesGravatar Benoit Jacob2009-10-26
* Rewrite tutorial section on solving linear systemsGravatar Jitse Niesen2009-08-22
* add a VectorBlock expr as a specialization of BlockGravatar Gael Guennebaud2009-07-05
* * block() for vectors ---> segment()Gravatar Benoit Jacob2008-09-15
* update of the geometry tutorialGravatar Gael Guennebaud2008-08-31
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
* * missing cmake make_directory commandGravatar Benoit Jacob2008-08-27
* Documentation: fill the placeholders, add a custom CSS file,Gravatar Gael Guennebaud2008-08-24
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* - many updates after Cwise changeGravatar Benoit Jacob2008-07-08
* fix building of examplesGravatar Gael Guennebaud2008-06-03
* some documentation fixes (Cwise* and Cholesky)Gravatar Gael Guennebaud2008-05-22
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* - remove Eval/EvalOMP (moving them to a disabled/ subdir in orderGravatar Benoit Jacob2008-03-31
* - expand MathFunctions.h to provide more functions, like exp, log...Gravatar Benoit Jacob2008-03-14
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* a lot of renamingGravatar Benoit Jacob2008-03-13
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* fix compilation (forgot to update that file after last big change)Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4;Gravatar Gael Guennebaud2008-03-08
* * coefficient wise operators are more generic, with controllable result type.Gravatar Gael Guennebaud2008-03-06