aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* simplify and polish a bit the page 4 / block opsGravatar Benoit Jacob2010-07-01
|
* polish the Array tutorial pageGravatar Benoit Jacob2010-07-01
|
* fix linalg tut; remove the old oneGravatar Benoit Jacob2010-06-30
|
* Firefox specific style fix.Gravatar Hauke Heibel2010-06-30
|
* More style fixes.Gravatar Hauke Heibel2010-06-30
|
* Slight pimping of the "Basic matrix manipulation" table.Gravatar Hauke Heibel2010-06-30
| | | | More CSS simplifications.
* merge.Gravatar Benoit Jacob2010-06-30
|\ | | | | | | | | first time i see this: someone pushed *between* my hg pull -u and my hg push ! I guess that means we have very high activity these days. good!
* | nearly complete page 6 / linear algebra + examplesGravatar Benoit Jacob2010-06-30
| | | | | | | | fix the previous/next links
| * Fixed small typo in arithmetic tutorialGravatar Carlos Becker2010-06-30
|/
* Fixed some doc appearance issue.Gravatar Hauke Heibel2010-06-30
| | | | Started cleaning up the CSS.
* Fix hover background color for H2.Gravatar Hauke Heibel2010-06-30
| | | | Align tutorial tables at the top.
* fix unsupported module docGravatar Gael Guennebaud2010-06-30
|
* clean the class hierarchyGravatar Gael Guennebaud2010-06-30
|
* Added exclusion filters.Gravatar Hauke Heibel2010-06-30
|
* Fill in open entries in decompositions table.Gravatar Jitse Niesen2010-06-30
|
* update the big linear algebra table (fixes, add notes and definitions)Gravatar Gael Guennebaud2010-06-30
|
* it remains only to set the status of RealSchur and EigenSolverGravatar Gael Guennebaud2010-06-29
|
* update the big table and add an Optimization columnGravatar Gael Guennebaud2010-06-29
|
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
| | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
* start linear algebra tutorialGravatar Benoit Jacob2010-06-29
|
* Added Block tutorial to docs indexGravatar Carlos Becker2010-06-29
|
* 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.
* Added Block Operations tutorial and code examplesGravatar Carlos Becker2010-06-28
|
* Modified Array Class tutorial, added examplesGravatar Carlos Becker2010-06-28
|
* start a topic page on decompositions, with a big table.Gravatar Benoit Jacob2010-06-28
| | | | still have to write the _tutorial_ on decompositions.
* * 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
|
* fix filenameGravatar Gael Guennebaud2010-06-27
|
* fix linkGravatar Gael Guennebaud2010-06-27
|
* show a more fancy example for the getting started tutGravatar Gael Guennebaud2010-06-27
|
* update the main page and add a TOCGravatar Gael Guennebaud2010-06-26
|
* improve ref tablesGravatar Gael Guennebaud2010-06-26
|
* big improvements to tutorial, especially page 2 (matrix arithmetic).Gravatar Benoit Jacob2010-06-26
| | | | add placeholders for some 'special topic' pages.
* extend the quick ref table pageGravatar Gael Guennebaud2010-06-26
|
* started the quick reference tablesGravatar Gael Guennebaud2010-06-26
|
* rename fileGravatar Benoit Jacob2010-06-25
|
* add initial versions of pages 2 and 3 of the tutorial: matrix arithmetic and ↵Gravatar Carlos Becker2010-06-25
| | | | the array class
* add tutorial page 1 - the Matrix classGravatar Benoit Jacob2010-06-25
| | | | + 3 examples
* int main() is a standard main() prototype, and makes for cleaner examplesGravatar Benoit Jacob2010-06-25
|
* adapt to change: lu() now gives partial piv LU, here we want fullPivLu()Gravatar Benoit Jacob2010-06-25
|
* extend the eigen 2 to 3 guideGravatar Gael Guennebaud2010-06-25
|
* add default parameters for InnerStride/OuterStride to beGravatar Gael Guennebaud2010-06-25
| | | | able to simply write OuterStride<> instead of OuterStride<Dynamic>
* QuickStart examples: shorten var names, remove superfluous 'using'.Gravatar Jitse Niesen2010-06-18
|
* eigenvalues: documentation fixesGravatar Gael Guennebaud2010-06-17
|
* Add second example to QuickStart guide.Gravatar Jitse Niesen2010-06-17
| | | | Also, some changes suggested by Keir and Benoit on mailing list.
* Fix compilation of docs after changes in Eigenvalues module.Gravatar Jitse Niesen2010-06-14
| | | | | Clean-up after revision 469382407ca5d730f23788c593e71e91d24e9b89 .
* First draft for the 5-minute quick start guide to kick off discussions.Gravatar Jitse Niesen2010-06-13
|
* clean the ambiguity with insertBack and add a insertBackByOuterInner functionGravatar Gael Guennebaud2010-06-02
|