aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/examples
Commit message (Collapse)AuthorAge
* fix bug #499: the image was missing because of a dependency issue when ↵Gravatar Gael Guennebaud2012-08-27
| | | | building/executing the "special" examples
* Documentation fixes. Thanks to Rodney Sparapani for reporting these.Gravatar Jitse Niesen2012-08-17
|
* fix compilation of doc (broken by changeset ↵Gravatar Gael Guennebaud2011-11-24
| | | | | | bc6d78982fb2b8d07827246e682acdf47d0e8944 - General tightening/testing of vectorwise ops)
* Allow for more iterations in SelfAdjointEigenSolver (bug #354).Gravatar Jitse Niesen2011-11-02
| | | | | Add an assert to guard against using eigenvalues that have not converged. Add call to info() in tutorial example to cover non-convergence.
* Write page on template and typename keywords in C++.Gravatar Jitse Niesen2011-09-10
| | | | | | | After yet another question on the forum, I decided to write something on this common issue. Now we just need to link to this and get people to read it. Thanks to mattb on the forum for some links. Caveat: IANALL (I am not a language lawyer).
* fix build of class Block examplesGravatar Benoit Jacob2011-02-06
|
* fix compile errors in Tridiagonalization and in doc examplesGravatar Benoit Jacob2010-12-30
|
* Mention ptr_fun in docs for .unaryExpr()Gravatar Jitse Niesen2010-12-27
|
* improvements in pages 5 and 7 of the tutorial.Gravatar Benoit Jacob2010-10-18
|
* improvements in tutorial page 4 : block operationsGravatar Benoit Jacob2010-10-18
|
* add jacobiSvd() method, update test & docsGravatar Benoit Jacob2010-10-17
|
* doc updates/improvementsGravatar Benoit Jacob2010-10-15
|
* Updates to the Sparse unsupported solvers module.Gravatar Romain Bossart2010-10-04
| | | | | | | | * change Sparse* specialization's signatures from <..., int Backend> to <..., typename Backend>. Update SparseExtra accordingly to use structs instead of the SparseBackend enum. * add SparseLDLT Cholmod specialization * for Cholmod and UmfPack, SparseLU, SparseLLT and SparseLDLT now use ei_solve_retval and have the new solve() method (to be closer to the 3.0 API). * fix doc
* some small improvements to the page on functions taking eigen objects.Gravatar Benoit Jacob2010-08-04
| | | | | - make the beginning more precise - make the first example be a full selfcontained compiled example, no need for all the others, but having the first one doesn't hurt.
* Add some more examples for the API documentation.Gravatar Jitse Niesen2010-07-24
| | | | | The only missing examples now are for homogeneous() and hnormalized(); I don't know what they're used for ...
* Tutorial page 7: more typical example for .all(), minor copy-editing.Gravatar Jitse Niesen2010-07-23
|
* Examples for DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-30
|
* 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.
* 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
| | | | fix the previous/next links
* 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
| | | | * 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
* 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 placeholders for some 'special topic' pages.
* 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
|
* QuickStart examples: shorten var names, remove superfluous 'using'.Gravatar Jitse Niesen2010-06-18
|
* Add second example to QuickStart guide.Gravatar Jitse Niesen2010-06-17
| | | | Also, some changes suggested by Keir and Benoit on mailing list.
* 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
| | | | improve porting-Eigen2-to-3 docs
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
| | | | This allows to support QNX.
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
| | | | <Eigen/Array>
* Fix compilation error in doc/examples/class_CwiseBinaryOp.cpp .Gravatar Jitse Niesen2009-12-21
| | | | | This is a follow-up of 9d5478303667bd97f3e20696f8a8c82cb5b2d65f (better work around for empty structs).
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| | | | | | | | | | * renaming, e.g. LU ---> FullPivLU * split tests framework: more robust, e.g. dont generate empty tests if a number is skipped * make all remaining tests use that splitting, as needed. * Fix 4x4 inversion (see stable branch) * Transform::inverse() and geo_transform test : adapt to new inverse() API, it was also trying to instantiate inverse() for 3x4 matrices. * CMakeLists: more robust regexp to parse the version number * misc fixes in unit tests
* 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
| | | | * documentation improvements, especially in quickstart guide
* update of the geometry tutorialGravatar Gael Guennebaud2008-08-31
|
* * Add Hyperplane::transform(Matrix/Transform)Gravatar Gael Guennebaud2008-08-31
| | | | | * Fix compilations with gcc 3.4, ICC and doxygen * Fix krazy directives (hopefully)
* spelling + some krazy directivesGravatar Gael Guennebaud2008-08-28
|