aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
...
* Docs: Improved the docs for writing functions taking Eigen types.Gravatar Hauke Heibel2010-08-27
| | | | | | - Removed the wrong statement about the MSVC compiler. - Reformulated "simple functions" usage. - Reformulated the summary paragraph about writable parameters.
* Docs: add section on resolving the aliasing issue.Gravatar Jitse Niesen2010-08-23
|
* Document DenseCoeffsBaseGravatar Jitse Niesen2010-08-22
|
* quickly mention how to solve a sparse problemGravatar Gael Guennebaud2010-08-18
|
* Fixed Geometry module failures.Gravatar Hauke Heibel2010-08-17
| | | | | | | | | Removed default parameter from Transform. Removed the TransformXX typedefs. Removed references to TransformXX from unit tests and docs. Assigning Transforms to a sub-group is now forbidden at compile time. Products should now properly support the Isometry flag. Fixed alignment checks in MapBase.
* Document EIGEN_NO_DEBUG macro.Gravatar Jitse Niesen2010-08-10
| | | | I needed some doxygen tricks to get this to work, so it may not be worth it.
* Aliasing doc: explain that some cases are detected, reverse order examples.Gravatar Jitse Niesen2010-08-08
|
* 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.
* Added more examples to the function writing tutorial including EigenBase, ↵Gravatar Hauke Heibel2010-08-04
| | | | DenseBase, etc.
* Fixed some typos and reformulated a few sentences.Gravatar Hauke Heibel2010-08-04
|
* Added a tutorial on writing functions taking Eigen types.Gravatar Hauke Heibel2010-08-04
|
* Add page giving an overview of the class hierarchy.Gravatar Jitse Niesen2010-08-02
| | | | | | | This is mostly copied from the wiki, which in turn copies Benoit's email at http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2010/06/msg00576.html I used ASCII art for the inheritance diagrams for now, but I don't mind moving to GraphViz/dot as discussed earlier.
* Documentation: Start special topic page on aliasing.Gravatar Jitse Niesen2010-07-31
|
* Several changes in comments to keep Doxygen happy.Gravatar Jitse Niesen2010-07-25
|
* 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 ...
* Add examples for API documentation of block methods in DenseBase.Gravatar Jitse Niesen2010-07-23
|
* Add examples for API documentation of MatrixBase::cwiseXxx() methods.Gravatar Jitse Niesen2010-07-23
|
* Set Doxygen config variable INCLUDE_PATH to plugins directory.Gravatar Jitse Niesen2010-07-23
| | | | | This is necessary to get functions like MatrixBase::cwiseAbs() documented; otherwise doxygen can't find the include file in which they are defined.
* Tutorial page 7: more typical example for .all(), minor copy-editing.Gravatar Jitse Niesen2010-07-23
|
* Tutorial page 6: Fix typo, add table of contents.Gravatar Jitse Niesen2010-07-22
|
* Extend tutorial page 5: Advanced initialization.Gravatar Jitse Niesen2010-07-22
|
* Unified LinSpaced in order to be conform with other setter methods as e.g. ↵Gravatar Hauke Heibel2010-07-22
| | | | Constant.
* fix typoGravatar Thomas Capricelli2010-07-22
|
* Examples for DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-30
|
* Add (set)LinSpaced to quick reference guide.Gravatar Jitse Niesen2010-07-20
|
* add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
|
* 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.
* Change EXPAND_AS_DEFINED doxygen configuration option.Gravatar Jitse Niesen2010-07-13
| | | | | Add macros so that MatrixBase::cwiseProduct() and ArrayBase::min() are documented, and remove one macro which is no longer used.
* 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
|
* Be consistent in how the tutorial pages link together.Gravatar Jitse Niesen2010-07-09
|
* 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
* Added more redux types/examples in tutorial and fixed some display issuesGravatar Carlos Becker2010-07-08
|
* Reductions/Broadcasting/Visitor Tutorial added to indexGravatar Carlos Becker2010-07-08
|
* Reductions/Broadcasting/Visitor Tutorial addedGravatar Carlos Becker2010-07-08
|
* mention that array = matrix is fine tooGravatar Gael Guennebaud2010-07-07
|
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
| | | | | | | * Add short documentation for Array class * Put all classes explicitly in Core module (where applicable) * Section on Modules in Quick Reference Guide * Put Page 7 after Page 6 in Contents :)
* Small changes to tutorial page 1.Gravatar Jitse Niesen2010-07-06
|
* fix the overview page and add mention that the wrong stack alignment issue ↵Gravatar Benoit Jacob2010-07-06
| | | | may have been solved by gcc 4.5
* Improve documentation, mostly by adding links to Quick Start Guide.Gravatar Jitse Niesen2010-07-05
|
* update topic page on productsGravatar Gael Guennebaud2010-07-04
|
* * update the general TOCGravatar Gael Guennebaud2010-07-04
| | | | | * integrate the old geometry/sparse tutorial into the new one (they are better than nothing) * remove the old tutorial on the core module
* 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!