aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
Commit message (Expand)AuthorAge
* 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
* 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
* 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. Co...Gravatar Hauke Heibel2010-07-22
* Small changes to tutorial page 2 (matrix arithmetic):Gravatar Jitse Niesen2010-07-09
* Small changes to tutorial page 1.Gravatar Jitse Niesen2010-07-06
* * update redux sectionGravatar Gael Guennebaud2010-06-28
* 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
* adapt to change: lu() now gives partial piv LU, here we want fullPivLu()Gravatar Benoit Jacob2010-06-25
* add default parameters for InnerStride/OuterStride to beGravatar Gael Guennebaud2010-06-25
* eigenvalues: documentation fixesGravatar Gael Guennebaud2010-06-17
* Fix compilation of docs after changes in Eigenvalues module.Gravatar Jitse Niesen2010-06-14
* Allow user to compute only the eigenvalues and not the eigenvectors.Gravatar Jitse Niesen2010-05-31
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* Document SelfAdjointEigenSolver and add examples.Gravatar Jitse Niesen2010-05-04
* Document Tridiagonalization class, remove unused types.Gravatar Jitse Niesen2010-05-01
* Remove doc/snippets/MatrixBase_minor.cpp because minor() was removed.Gravatar Jitse Niesen2010-04-26
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* add platform check for how to link to the standard math library.Gravatar Benoit Jacob2010-04-19
* RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs.Gravatar Jitse Niesen2010-04-12
* Extend documentation and add examples for EigenSolver class.Gravatar Jitse Niesen2010-03-31
* Extend documentation for HessenbergDecomposition.Gravatar Jitse Niesen2010-03-28
* Add snippets file which should have been added in the previous commit.Gravatar Jitse Niesen2010-03-24
* Extend documentation and add examples for ComplexEigenSolver.Gravatar Jitse Niesen2010-03-19
* tests : fix compilation issues, adding <iostream> and removingGravatar Thomas Capricelli2010-03-08
* add examplesGravatar Benoit Jacob2010-02-26
* Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d...Gravatar Hauke Heibel2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* Added some minor comments.Gravatar Hauke Heibel2010-01-13
* Various documentation updates:Gravatar Gael Guennebaud2010-01-06
* Big renaming:Gravatar Benoit Jacob2010-01-04
* Make snippet run successfully again:Gravatar Benoit Jacob2010-01-04
* Fixed the bad fix - now the unsupported examples and snippets work on windows.Gravatar Hauke Heibel2009-12-11
* Documentation clean up.Gravatar Jitse Niesen2009-12-08
* Port FullPivLU to PermutationMatrixGravatar Benoit Jacob2009-11-16
* last round of changes, mainly to return derived types instead of base types, ...Gravatar Benoit Jacob2009-11-09
* simplifications in the ei_solve_impl system, factor out some boilerplate codeGravatar Benoit Jacob2009-11-08
* *port the Cholesky module to the new solve() APIGravatar Benoit Jacob2009-10-29