aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
Commit message (Collapse)AuthorAge
...
* | Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated ↵Gravatar Georg Drenkhahn2014-08-22
| | | | | | | | | | | | LOCATION target property. Small whitespace cleanup in CMakelLists.txt.
* | Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
| | | | | | | | (files I forget in the previous commit).
| * add reshape() snippetsGravatar yoco2014-01-18
| |
* | Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the ↵Gravatar Olivier Saut2014-03-03
| | | | | | | | first eigenvector should be col(0) not col(1)
* | Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
| | | | | | | | Add examples; move methods from EigenBase.h to MatrixBase.h
* | Add doc page on computing Least Squares.Gravatar Jitse Niesen2014-01-18
|/
* Fix bug #674: typo in documentation example for BiCGSTAB. They are now ↵Gravatar Gael Guennebaud2013-10-16
| | | | proper snippet files.
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
| | | | Prompted by a question on the forum.
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
|
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
|
* Remove confusing transpose() in setLinSpaced() docs.Gravatar Jitse Niesen2013-02-18
|
* add an example for GeneralizedEigenSolverGravatar Gael Guennebaud2012-07-28
|
* RealQZ: added example and some code commentsGravatar Alexey Korepanov2012-07-28
|
* Doc: add an example for HouseholderQR::householderQ()Gravatar Gael Guennebaud2012-07-02
|
* Add a tutorial page on the Map class, and add a section to ↵Gravatar Tim Holy2012-02-08
| | | | FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types.
* Add simple example on how to compute Cholesky decomposition.Gravatar Jitse Niesen2011-11-07
|
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
|
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
|
* I doubt this change was intented to be committedGravatar Gael Guennebaud2011-04-20
| | | | ss: Enter commit message. Lines beginning with 'HG:' are removed.
* be nice with the server : dont use -j3Gravatar Thomas Capricelli2011-04-19
|
* make compile_snippet use Eigen/DenseGravatar Benoit Jacob2011-03-20
|
* factorize implementation of standard real unary math functions, and add ↵Gravatar Gael Guennebaud2011-02-17
| | | | acos, asin
* Mention comma initializer can be used to concatenate vectorsGravatar Jitse Niesen2011-02-12
| | | | (inspired by a question on IRC)
* Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|
* add tan function in Array worldGravatar Jason Newton2011-02-03
|
* fix compilation of snippetsGravatar Gael Guennebaud2011-02-01
|
* fix compilation of LU class exampleGravatar Benoit Jacob2011-01-24
|
* Document HouseholderSequence.Gravatar Jitse Niesen2011-01-02
| | | | | Incomplete: I did not explain the difference between OnTheLeft and OnTheRight, and there is only one example.
* fix compile errors in Tridiagonalization and in doc examplesGravatar Benoit Jacob2010-12-30
|
* Finish doc page on aliasing.Gravatar Jitse Niesen2010-12-27
|
* Fix compilation of Tridiagonalization_diagonal example.Gravatar Jitse Niesen2010-12-12
| | | | | | After changeset 0d6321225786bc3d95f1dbe5236f07c5e5e96179 , matrixT() is a real matrix even if the matrix which is decomposed is complex.
* Docs: aliasing and component-wise operations.Gravatar Jitse Niesen2010-11-16
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
|
* JacobiSVD:Gravatar Benoit Jacob2010-10-14
| | | | | | * fix preallocating constructors, allocate U and V of the right size for computation options * complete documentation and internal comments * improve unit test, test inf/nan values
* Docs: add section on resolving the aliasing issue.Gravatar Jitse Niesen2010-08-23
|
* Aliasing doc: explain that some cases are detected, reverse order examples.Gravatar Jitse Niesen2010-08-08
|
* Documentation: Start special topic page on aliasing.Gravatar Jitse Niesen2010-07-31
|
* 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
|
* 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.
* 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
* Small changes to tutorial page 1.Gravatar Jitse Niesen2010-07-06
|
* * update redux sectionGravatar Gael Guennebaud2010-06-28
| | | | * fix output precision to 3 for the snippets
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
|
* fix filenameGravatar 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.
* adapt to change: lu() now gives partial piv LU, here we want fullPivLu()Gravatar Benoit Jacob2010-06-25
|