| Commit message (Expand) | Author | Age |
* | * vectorize dot product, copying code from sum. | Benoit Jacob | 2008-06-24 |
* | fix building of examples | Gael Guennebaud | 2008-06-03 |
* | - get the doc of the enums in MatrixBase right | Benoit Jacob | 2008-06-03 |
* | big changes in Doxygen configuration; work around bug with doxygen parsing of | Benoit Jacob | 2008-06-02 |
* | work around Doxygen bug triggered by r814874, which caused many classes to di... | Benoit Jacob | 2008-06-02 |
* | doc improvements: fix linking in Mainpage.dox, improved Doxyfile.in | Benoit Jacob | 2008-06-02 |
* | meagre outcome for so much time spent! | Benoit Jacob | 2008-06-01 |
* | many small fixes and documentation improvements, | Benoit Jacob | 2008-05-29 |
* | * find the proper way of nesting the expression in Flagged: | Benoit Jacob | 2008-05-28 |
* | some documentation fixes (Cwise* and Cholesky) | Gael Guennebaud | 2008-05-22 |
* | removed "sort brief" in doxygen documentation | Gael Guennebaud | 2008-05-08 |
* | * Start of the LU module, with matrix inversion already there and | Benoit Jacob | 2008-04-14 |
* | * Add fixed-size template versions of corner(), start(), end(). | Benoit Jacob | 2008-04-12 |
* | -new: recursive costs system, useful to determine automatically | Benoit Jacob | 2008-04-03 |
* | - remove Eval/EvalOMP (moving them to a disabled/ subdir in order | Benoit Jacob | 2008-03-31 |
* | look at that subtle difference in Product.h... | Benoit Jacob | 2008-03-26 |
* | * add Gael copyright lines on 2 more files | Benoit Jacob | 2008-03-26 |
* | * #define EIGEN_NDEBUG now also disables asserts. Useful | Benoit Jacob | 2008-03-26 |
* | * cleanup: in public api docs, don't put \sa links to \internal things. | Benoit Jacob | 2008-03-17 |
* | update to fix compilation | Benoit Jacob | 2008-03-16 |
* | - expand MathFunctions.h to provide more functions, like exp, log... | Benoit Jacob | 2008-03-14 |
* | get rid of MatrixRef, simplifications. | Benoit Jacob | 2008-03-13 |
* | a lot of renaming | Benoit Jacob | 2008-03-13 |
* | Removed Column and Row in favor of Block | Gael Guennebaud | 2008-03-12 |
* | fix compilation (forgot to update that file after last big change) | Benoit Jacob | 2008-03-12 |
* | big change: MatrixBase only takes one template parameter "Derived", the | Benoit Jacob | 2008-03-10 |
* | * basic support for multicore CPU via a .evalOMP() which | Gael Guennebaud | 2008-03-09 |
* | Extended the comma initializer to support xpr on the right side: | Gael Guennebaud | 2008-03-08 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |
* | * coefficient wise operators are more generic, with controllable result type. | Gael Guennebaud | 2008-03-06 |
* | renaming: ref() --> asArg() | Benoit Jacob | 2008-03-04 |
* | * Eigen compiles with any GCC versions from, at least, 3.3 without the previ... | Gael Guennebaud | 2008-03-04 |
* | * Added generic unary operators (replace Opposite and Conjugate) | Gael Guennebaud | 2008-03-03 |
* | release alpha4, Gael edition | Benoit Jacob | 2008-02-29 |
* | Patch by Gael Guennebaud: unify fixed-size and dynamic-size Block | Benoit Jacob | 2008-02-29 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | prefix global functions with ei_ as previous solution was rather | Benoit Jacob | 2008-02-28 |
* | alpha 3.1. in this commit: | Benoit Jacob | 2008-01-15 |
* | final fixes and updates for alpha3 | Benoit Jacob | 2008-01-13 |
* | documentation update for alpha 3 | Benoit Jacob | 2008-01-13 |
* | big improvement of the block-manipulation API | Benoit Jacob | 2008-01-13 |
* | renaming: | Benoit Jacob | 2008-01-13 |
* | big architecture change dissociating "actual" dimensions from "maximum possible" | Benoit Jacob | 2008-01-13 |
* | rework Identity API: no longer restricted to square matrices | Benoit Jacob | 2008-01-11 |
* | -add set...() methods and their documentation; remove Generic | Benoit Jacob | 2008-01-11 |
* | switch to enums everywhere | Benoit Jacob | 2008-01-10 |
* | TODO is now on techbase | Benoit Jacob | 2008-01-09 |
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
* | - move: DerivedTraits becomes MatrixBase::Traits | Benoit Jacob | 2008-01-06 |
* | - make MatrixBase and all expressions aware of their preferred traversal order. | Benoit Jacob | 2008-01-05 |