aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Removed Column and Row in favor of BlockGravatar Gael Guennebaud2008-03-12
* generalized ei_traits<>.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
* * Fix a compilation issue with large fixed-size matrices: the unrollers were...Gravatar Gael Guennebaud2008-03-05
* 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
* Removed trailling spaces.Gravatar Gael Guennebaud2008-03-03
* * 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: coeff-wise binary operators.Gravatar Benoit Jacob2008-02-29
* Patch by Gael Guennebaud: unify fixed-size and dynamic-size BlockGravatar Benoit Jacob2008-02-29
* -merge patch from Gael Guennebaud adding NumTraits for long longGravatar Benoit Jacob2008-02-29
* Patch by Gael Guennebaud:Gravatar 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
* 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
* 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
* one bugfix and one optimizationGravatar Benoit Jacob2008-01-11
* 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
* reorganization/cleanupGravatar 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 default parameter values from function definition to function declaration.Gravatar Benoit Jacob2008-01-06
* - 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
* cleanup: remove copy contructors when the compiler is able to generate a sati...Gravatar Benoit Jacob2007-12-31
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28
* matrix storage order can now also be row-dominant (choosable for each matrix ...Gravatar Benoit Jacob2007-12-27
* more changes in ScalarMultiple, reintroduce FloatingPoint in NumTraits, improveGravatar Benoit Jacob2007-12-26
* in ScalarMultiple, make the factor type independent from the matrix scalar type.Gravatar Benoit Jacob2007-12-26
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25
* - rework the coefficients APIGravatar Benoit Jacob2007-12-24