aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C02_TutorialMatrixArithmetic.dox
Commit message (Collapse)AuthorAge
* Tutorial page 4: add some text, diversify examples.Gravatar Jitse Niesen2010-07-14
| | | | | Use \verbinclude for output text to disable syntax highlighting. Give tables consistent look.
* Small changes to tutorial page 2 (matrix arithmetic):Gravatar Jitse Niesen2010-07-09
| | | | | | * slightly more extensive discussion of aliasing * layout: put example code and output side-by-side * add some links, etc
* Fixed small typo in arithmetic tutorialGravatar Carlos Becker2010-06-30
|
* update the big linear algebra table (fixes, add notes and definitions)Gravatar Gael Guennebaud2010-06-30
|
* Fix name clash in "m.block(i,j,m,n)" where m has two meanings.Gravatar Jitse Niesen2010-06-29
| | | | Fix simple typos in tutorial.
* * update redux sectionGravatar Gael Guennebaud2010-06-28
| | | | * fix output precision to 3 for the snippets
* * use transpose() instead of row vectors (more common use case)Gravatar Gael Guennebaud2010-06-28
| | | | * add a word about noalias and performance for BLAS users
* mv comma initializer to page 1Gravatar Gael Guennebaud2010-06-28
|
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
|
* big improvements to tutorial, especially page 2 (matrix arithmetic).Gravatar Benoit Jacob2010-06-26
| | | | add placeholders for some 'special topic' pages.
* add initial versions of pages 2 and 3 of the tutorial: matrix arithmetic and ↵Gravatar Carlos Becker2010-06-25
the array class