aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix hover background color for H2.Gravatar Hauke Heibel2010-06-30
* fix unsupported module docGravatar Gael Guennebaud2010-06-30
* Followed Benoit's comment and removed the Mainpage.dox too.Gravatar Hauke Heibel2010-06-30
* clean the class hierarchyGravatar Gael Guennebaud2010-06-30
* Removed old doxygen config file.Gravatar Hauke Heibel2010-06-30
* Added exclusion filters.Gravatar Hauke Heibel2010-06-30
* Fill in open entries in decompositions table.Gravatar Jitse Niesen2010-06-30
* update the big linear algebra table (fixes, add notes and definitions)Gravatar Gael Guennebaud2010-06-30
* it remains only to set the status of RealSchur and EigenSolverGravatar Gael Guennebaud2010-06-29
* update the big table and add an Optimization columnGravatar Gael Guennebaud2010-06-29
* disable empty struct trick for buggy gcc 4.3Gravatar Gael Guennebaud2010-06-29
* Remove \nonstable yet. The stability rules for Eigen3 are much simpler:Gravatar Benoit Jacob2010-06-29
* start linear algebra tutorialGravatar Benoit Jacob2010-06-29
* fix potential warningGravatar Benoit Jacob2010-06-29
* Added Block tutorial to docs indexGravatar Carlos Becker2010-06-29
* Fix name clash in "m.block(i,j,m,n)" where m has two meanings.Gravatar Jitse Niesen2010-06-29
* AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar ...Gravatar Konstantinos Margaritis2010-06-28
* Added Block Operations tutorial and code examplesGravatar Carlos Becker2010-06-28
* Modified Array Class tutorial, added examplesGravatar Carlos Becker2010-06-28
* Added doxygen info for .matrix() and .array()Gravatar Carlos Becker2010-06-28
* start a topic page on decompositions, with a big table.Gravatar Benoit Jacob2010-06-28
* * update redux sectionGravatar Gael Guennebaud2010-06-28
* fix bad testsGravatar Gael Guennebaud2010-06-28
* * use transpose() instead of row vectors (more common use case)Gravatar Gael Guennebaud2010-06-28
* mv comma initializer to page 1Gravatar Gael Guennebaud2010-06-28
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
* fix filenameGravatar Gael Guennebaud2010-06-27
* fix linkGravatar Gael Guennebaud2010-06-27
* show a more fancy example for the getting started tutGravatar Gael Guennebaud2010-06-27
* fix unused warning when EIGEN_HAS_FUSE_CJMADDGravatar Gael Guennebaud2010-06-27
* fix #146Gravatar Benoit Jacob2010-06-27
* Fix cache computation on old Intel CPUs which do notGravatar Gael Guennebaud2010-06-27
* add the manual Intel's way to query cache infoGravatar Gael Guennebaud2010-06-26
* add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp...Gravatar Gael Guennebaud2010-06-26
* update the main page and add a TOCGravatar Gael Guennebaud2010-06-26
* improve ref tablesGravatar Gael Guennebaud2010-06-26
* big improvements to tutorial, especially page 2 (matrix arithmetic).Gravatar Benoit Jacob2010-06-26
* extend the quick ref table pageGravatar Gael Guennebaud2010-06-26
* started the quick reference tablesGravatar Gael Guennebaud2010-06-26
* rename fileGravatar Benoit Jacob2010-06-25
* add initial versions of pages 2 and 3 of the tutorial: matrix arithmetic and ...Gravatar Carlos Becker2010-06-25
* add tutorial page 1 - the Matrix classGravatar Benoit Jacob2010-06-25
* int main() is a standard main() prototype, and makes for cleaner examplesGravatar Benoit Jacob2010-06-25
* adapt to change: lu() now gives partial piv LU, here we want fullPivLu()Gravatar Benoit Jacob2010-06-25
* extend the eigen 2 to 3 guideGravatar Gael Guennebaud2010-06-25
* add default parameters for InnerStride/OuterStride to beGravatar Gael Guennebaud2010-06-25
* use const Scalar& instead of Scalar for function argumentsGravatar Gael Guennebaud2010-06-25
* comment all disabled MSVC warningsGravatar Gael Guennebaud2010-06-25
* fix very annoying warning (gcc 4.3): type qualifiers ignored on function retu...Gravatar Gael Guennebaud2010-06-25
* fox blcok size computation for fixed size objectsGravatar Gael Guennebaud2010-06-25