aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* reorganization/cleanupGravatar Benoit Jacob2008-01-11
* switch to enums everywhereGravatar Benoit Jacob2008-01-10
* TODO is now on techbaseGravatar Benoit Jacob2008-01-09
* 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
* everything works, make now runs doxygen once and only once, after allGravatar Benoit Jacob2007-12-21
* now we also have a examples/ directory for self-contained examples,Gravatar Benoit Jacob2007-12-21
* will svn finally let me remove this dir?Gravatar Benoit Jacob2007-12-21
* now cmake takes snippets of code, completes them into compilable sources, bui...Gravatar Benoit Jacob2007-12-21
* renaming (commit in order to avoid svn breakage)Gravatar Benoit Jacob2007-12-21
* first version of CMakeLists auto-generating examples outputsGravatar Benoit Jacob2007-12-21
* move the documentation to doc/, add dummy documentation to srcdir/ compiling toGravatar Benoit Jacob2007-12-21
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar Benoit Jacob2007-12-20
* more documentation and examples, add Doxyfile and Mainpage.dox and alsoGravatar Benoit Jacob2007-12-20
* - make RowsAtCompileTime and ColsAtCompileTime public inGravatar Benoit Jacob2007-12-19
* enforce constness in map(), do only one const_cast, and improve APIGravatar Benoit Jacob2007-12-19
* split the coeffs accessors/mutators into a separate Coeffs.h fileGravatar Benoit Jacob2007-12-18
* Improve the "map" API and corresponding Matrix constructorsGravatar Benoit Jacob2007-12-18
* Eval is read-only, don't generate any assignment operatorGravatar Benoit Jacob2007-12-18
* add matrix constructor taking an array. update unit-tests.Gravatar Benoit Jacob2007-12-18
* add constructors and accessors/mutators specific to small vectors.Gravatar Benoit Jacob2007-12-17
* some more cleanup and reorganisationGravatar Benoit Jacob2007-12-17
* Some cleanup and renaming.Gravatar Benoit Jacob2007-12-16
* -add Ones, DiagonalMatrix, DiagonalCoeffsGravatar Benoit Jacob2007-12-15
* expand unit-tests and fix const-qualifaction bugs thus discoveredGravatar Benoit Jacob2007-12-12
* Split the global math functions out of NumTraits.hGravatar Benoit Jacob2007-12-12
* use a more c++-ish way of preventing the compiler from generating default ope...Gravatar Benoit Jacob2007-12-12
* 1) remove EIGEN_UNUSED, instead use non-named arguments.Gravatar Benoit Jacob2007-12-11
* revert most of my previous commit. forcing the compiler to inline only increasedGravatar Benoit Jacob2007-12-11
* play with inlining to get better performance when the compiler is not asked t...Gravatar Benoit Jacob2007-12-11
* oops, forgot to commit that changeGravatar Benoit Jacob2007-12-11
* rename CopyHelper into OperatorEquals, get rid of the auxiliary _copy_helper(...Gravatar Benoit Jacob2007-12-11
* Expand and improve unit-testsGravatar Benoit Jacob2007-12-11
* rework asserts system so as to minimize the impact of debugging code on perfo...Gravatar Benoit Jacob2007-12-11
* fix bugs in Block/DynBlockGravatar Benoit Jacob2007-12-11