| Commit message (Expand) | Author | Age |
... | |
* | add initial versions of pages 2 and 3 of the tutorial: matrix arithmetic and ... | Carlos Becker | 2010-06-25 |
* | add tutorial page 1 - the Matrix class | Benoit Jacob | 2010-06-25 |
* | int main() is a standard main() prototype, and makes for cleaner examples | Benoit Jacob | 2010-06-25 |
* | adapt to change: lu() now gives partial piv LU, here we want fullPivLu() | Benoit Jacob | 2010-06-25 |
* | extend the eigen 2 to 3 guide | Gael Guennebaud | 2010-06-25 |
* | add default parameters for InnerStride/OuterStride to be | Gael Guennebaud | 2010-06-25 |
* | QuickStart examples: shorten var names, remove superfluous 'using'. | Jitse Niesen | 2010-06-18 |
* | eigenvalues: documentation fixes | Gael Guennebaud | 2010-06-17 |
* | Add second example to QuickStart guide. | Jitse Niesen | 2010-06-17 |
* | Fix compilation of docs after changes in Eigenvalues module. | Jitse Niesen | 2010-06-14 |
* | First draft for the 5-minute quick start guide to kick off discussions. | Jitse Niesen | 2010-06-13 |
* | clean the ambiguity with insertBack and add a insertBackByOuterInner function | Gael Guennebaud | 2010-06-02 |
* | Allow user to compute only the eigenvalues and not the eigenvectors. | Jitse Niesen | 2010-05-31 |
* | Update eigenvalues() and operatorNorm() methods in MatrixBase. | Jitse Niesen | 2010-05-24 |
* | Change return type of matrixH() method to HouseholderSequence. | Jitse Niesen | 2010-05-24 |
* | Document SelfAdjointEigenSolver and add examples. | Jitse Niesen | 2010-05-04 |
* | Merge. | Jitse Niesen | 2010-05-02 |
|\ |
|
* | | Document Tridiagonalization class, remove unused types. | Jitse Niesen | 2010-05-01 |
| * | kill the LeastSquares module. | Benoit Jacob | 2010-04-29 |
| * | dont try passing --version to qcc | Benoit Jacob | 2010-04-29 |
| * | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
|/ |
|
* | Remove doc/snippets/MatrixBase_minor.cpp because minor() was removed. | Jitse Niesen | 2010-04-26 |
* | remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support. | Benoit Jacob | 2010-04-22 |
* | * implement the corner() API change: new methods topLeftCorner() etc | Benoit Jacob | 2010-04-22 |
* | add platform check for how to link to the standard math library. | Benoit Jacob | 2010-04-19 |
* | RealSchur: Make sure zeros are really zero (cont'd); add default ctor, docs. | Jitse Niesen | 2010-04-12 |
* | Extend documentation and add examples for EigenSolver class. | Jitse Niesen | 2010-03-31 |
* | Extend documentation for HessenbergDecomposition. | Jitse Niesen | 2010-03-28 |
* | Center version number on main page of API documentation. | Jitse Niesen | 2010-03-26 |
* | fix display of modules list in documentation | Thomas Capricelli | 2010-03-25 |
* | Add snippets file which should have been added in the previous commit. | Jitse Niesen | 2010-03-24 |
* | Extend documentation and add examples for ComplexEigenSolver. | Jitse Niesen | 2010-03-19 |
* | tests : fix compilation issues, adding <iostream> and removing | Thomas Capricelli | 2010-03-08 |
* | * include Macros.h much earlier: since it takes care of the alignment platfor... | Benoit Jacob | 2010-03-06 |
* | add examples | Benoit Jacob | 2010-02-26 |
* | finally here is a simple solution making (a*b).diagonal() even faster than a.... | Gael Guennebaud | 2010-02-10 |
* | Added EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION macro including unit tests and d... | Hauke Heibel | 2010-01-27 |
* | Added an ei_linspaced_op to create linearly spaced vectors. | Hauke Heibel | 2010-01-26 |
* | Remove some Array #includes. | Jitse Niesen | 2010-01-21 |
* | Adapted Geometry includes. | Hauke Heibel | 2010-01-21 |
* | fix MatrixBaseAddons example | Gael Guennebaud | 2010-01-17 |
* | More documentation improvements. | Hauke Heibel | 2010-01-16 |
* | Adapted doxygen's new style sheet. | Hauke Heibel | 2010-01-15 |
* | Enabled class diagrams (requires dot, i.e. graphviz). | Hauke Heibel | 2010-01-13 |
* | Added some minor comments. | Hauke Heibel | 2010-01-13 |
* | doc/A05_PortingFrom2To3.dox: fix typos | Jitse Niesen | 2010-01-09 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | typo | Gael Guennebaud | 2010-01-06 |
* | improved a bit the list of API changes | Gael Guennebaud | 2010-01-06 |
* | Various documentation updates: | Gael Guennebaud | 2010-01-06 |