aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fixed annoying CMake - Qt warning.Gravatar Hauke Heibel2010-07-03
|
* simplify and polish a bit the page 4 / block opsGravatar Benoit Jacob2010-07-01
|
* polish the Array tutorial pageGravatar Benoit Jacob2010-07-01
|
* actually remove 3.0-beta1 tagGravatar Benoit Jacob2010-07-01
|\
| * Removed tag 3.0-beta1Gravatar Benoit Jacob2010-07-01
| |
* | Enable OpenMP testing for MSVC.Gravatar Hauke Heibel2010-07-01
| | | | | | | | Added CMake comments.
* | shut one more warningGravatar Thomas Capricelli2010-07-01
| |
* | fix compilation issue with clangGravatar Thomas Capricelli2010-07-01
| |
* | oops... fix it betterGravatar Thomas Capricelli2010-07-01
| |
* | fix compilation with icc. Anyway, the use of an enum instead of aGravatar Thomas Capricelli2010-07-01
| | | | | | | | 'const bool' is more consistent with the code around.
* | fix warnings with old gccGravatar Thomas Capricelli2010-07-01
| |
* | Bug fix for NumTraits<T>::lowest() .Gravatar Jitse Niesen2010-07-01
| | | | | | | | | | | | std::numeric_limits<T>::min() is the lowest *positive* normalized number for floating point types. This fixes the test failure for geo_alignedbox8 for me.
* | slightly raise the threshold used in this test to accomodate results ↵Gravatar Benoit Jacob2010-06-30
| | | | | | | | obtained with gcc 4.1
* | s/struct/class/g ; bug reported by ThomasGravatar Benoit Jacob2010-06-30
| |
* | fix linalg tut; remove the old oneGravatar Benoit Jacob2010-06-30
| |
* | Fixed nullary test not passing on Core DuoGravatar Carlos Becker2010-06-30
| |
* | Firefox specific style fix.Gravatar Hauke Heibel2010-06-30
| |
* | More style fixes.Gravatar Hauke Heibel2010-06-30
| |
* | Slight pimping of the "Basic matrix manipulation" table.Gravatar Hauke Heibel2010-06-30
| | | | | | | | More CSS simplifications.
* | Added tag 3.0-beta1 for changeset 73db507d150933e79c19be1a9ed51fa8f1a9ea41Gravatar Benoit Jacob2010-06-30
|/
* merge.Gravatar Benoit Jacob2010-06-30
|\ | | | | | | | | first time i see this: someone pushed *between* my hg pull -u and my hg push ! I guess that means we have very high activity these days. good!
* | nearly complete page 6 / linear algebra + examplesGravatar Benoit Jacob2010-06-30
| | | | | | | | fix the previous/next links
| * Fixed small typo in arithmetic tutorialGravatar Carlos Becker2010-06-30
|/
* Fixed some doc appearance issue.Gravatar Hauke Heibel2010-06-30
| | | | Started cleaning up the CSS.
* Fix hover background color for H2.Gravatar Hauke Heibel2010-06-30
| | | | Align tutorial tables at the top.
* 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
| | | | | - all what's not in unsupported/ is considered stable API (except internal stuff e.g. expression templates).
* 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
| | | | Fix simple typos in tutorial.
* AltiVec signed integer pmadd removed, proved to be 2x slower than the scalar ↵Gravatar Konstantinos Margaritis2010-06-28
| | | | trait(!).
* 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
| | | | still have to write the _tutorial_ on decompositions.
* * update redux sectionGravatar Gael Guennebaud2010-06-28
| | | | * fix output precision to 3 for the snippets
* fix bad testsGravatar Gael Guennebaud2010-06-28
|
* * use transpose() instead of row vectors (more common use case)Gravatar Gael Guennebaud2010-06-28
| | | | * add a word about noalias and performance for BLAS users
* mv comma initializer to page 1Gravatar Gael Guennebaud2010-06-28
|
* add a Transposition section in page 2Gravatar Gael Guennebaud2010-06-28
|