aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets
Commit message (Expand)AuthorAge
* * 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
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* sync the documentation examplesGravatar Benoit Jacob2009-10-26
* * make PartialLU avoid to generate inf/nan when given a singular matrixGravatar Benoit Jacob2009-10-20
* update doc snippetsGravatar Benoit Jacob2009-10-19
* fix docsGravatar Benoit Jacob2009-09-22
* convert LU::solve() to the new APIGravatar Benoit Jacob2009-09-22
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
* Rewrite tutorial section on solving linear systemsGravatar Jitse Niesen2009-08-22
* bugfix in compute_matrix_flags, optimization in LU,Gravatar Gael Guennebaud2009-08-16
* update snippetGravatar Benoit Jacob2009-08-14
* fix compilation of the doc and started a page dedicated to high performance a...Gravatar Gael Guennebaud2009-07-27
* * rename QR to HouseholderQR because really that impacts the API, not just th...Gravatar Benoit Jacob2009-07-06
* * polish computeInverseWithCheck to share more code, fix documentation, fix c...Gravatar Benoit Jacob2009-06-29
* add missing code snippets for newer Matrix methods and PartialLU::solve()Gravatar Benoit Jacob2009-06-25
* * add resize(int, NoChange) and resize(NoChange, int)Gravatar Benoit Jacob2009-06-24
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* constant Diagonal ---> DiagonalBitsGravatar Benoit Jacob2009-05-10
* Add BVH module in unsupported (patch from Ilya Baran)Gravatar Gael Guennebaud2009-03-18
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* add select snippetGravatar Gael Guennebaud2009-02-09
* add "remap" snippet using placement newGravatar Gael Guennebaud2009-02-09
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add snippet for sub/super diagonalGravatar Gael Guennebaud2009-02-05
* * classify and sort the doxygen "related pages"Gravatar Gael Guennebaud2009-02-04
* forgot to commit QR_solve snippetGravatar Gael Guennebaud2009-02-01
* QR: add isInjective(), isSurjective(),Gravatar Gael Guennebaud2009-01-28
* fix type mismatch caught by new static assertGravatar Benoit Jacob2009-01-27
* Optimization in LU::solve: when rows<=cols, no need to compute the L matrixGravatar Benoit Jacob2009-01-25