aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
Commit message (Expand)AuthorAge
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16
* * even though the _Flags default to the corrected value, still correctGravatar Benoit Jacob2008-06-13
* * make the _Flags template parameter of Matrix default to the correctedGravatar Benoit Jacob2008-06-13
* meagre outcome for so much time spent!Gravatar Benoit Jacob2008-06-01
* * fix the QR module to use extract/part instead of the previous triangular stuffGravatar Gael Guennebaud2008-05-27
* put inline keywords everywhere appropriate. So we don't need anymore to passGravatar Benoit Jacob2008-05-12
* * Draft of a eigenvalues solverGravatar Gael Guennebaud2008-05-12
* * Started support for unaligned vectorization.Gravatar Gael Guennebaud2008-05-05
* Make the explicit vectorization much more flexible:Gravatar Gael Guennebaud2008-04-25
* - add _packetCoeff() to Inverse, allowing vectorization.Gravatar Benoit Jacob2008-04-16
* when evaluating an xpr, the result can now be vectorizableGravatar Benoit Jacob2008-04-14
* * Start of the LU module, with matrix inversion already there andGravatar Benoit Jacob2008-04-14
* Merge Gael's experimental OpenMP parallelization support into Assign.h.Gravatar Benoit Jacob2008-04-11
* * add typedefs for matrices/vectors with LargeBitGravatar Benoit Jacob2008-04-10
* Added initial experimental support for explicit vectorization.Gravatar Gael Guennebaud2008-04-09
* * make use of the EvalBeforeNestingBit and EvalBeforeAssigningBitGravatar Gael Guennebaud2008-04-05
* -new: recursive costs system, useful to determine automaticallyGravatar Benoit Jacob2008-04-03
* Make use of the LazyBit, introduce .lazy(), remove lazyProduct.Gravatar Benoit Jacob2008-03-31
* * introducte recursive Flags system for the expressionsGravatar Benoit Jacob2008-03-30
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* * support for matrix-scalar quotient with integer scalar types.Gravatar Gael Guennebaud2008-03-21
* get rid of MatrixRef, simplifications.Gravatar Benoit Jacob2008-03-13
* a lot of renamingGravatar Benoit Jacob2008-03-13
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* 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
* Patch by Gael Guennebaud:Gravatar Benoit Jacob2008-02-29
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* alpha 3.1. in this commit:Gravatar Benoit Jacob2008-01-15
* Eval is now implemented like the other expression types, it no longerGravatar Benoit Jacob2008-01-14
* re-optimize Matrix::resize(), add some commentsGravatar Benoit Jacob2008-01-14
* cleanup in Eval; instead introduce convenient typedefs in MatrixGravatar Benoit Jacob2008-01-14
* big architecture change dissociating "actual" dimensions from "maximum possible"Gravatar Benoit Jacob2008-01-13
* -add set...() methods and their documentation; remove GenericGravatar Benoit Jacob2008-01-11
* switch to enums everywhereGravatar Benoit Jacob2008-01-10
* revert most of previous commit. It really is better to forbid defaultGravatar Benoit Jacob2008-01-08
* Revert to allowing default Matrix constructor even for dynamic size (which isGravatar Benoit Jacob2008-01-07
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* remove all the _Order mechanics, now we are always traversing matrices inGravatar Benoit Jacob2008-01-06
* Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).Gravatar Benoit Jacob2008-01-06
* - make MatrixBase and all expressions aware of their preferred traversal order.Gravatar Benoit Jacob2008-01-05
* more documentation, 12 more code snippetsGravatar Benoit Jacob2008-01-03
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28