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