| Commit message (Expand) | Author | Age |
* | renaming: | 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 |
* | 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 |
* | part 2 of the reorganization. Benefits/changes: | Benoit Jacob | 2007-12-28 |
* | - eigen2 now fully enforces constness! found a way to achieve that | Benoit Jacob | 2007-12-25 |
* | rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h> | Benoit Jacob | 2007-12-20 |
* | split the coeffs accessors/mutators into a separate Coeffs.h file | Benoit Jacob | 2007-12-18 |
* | add matrix constructor taking an array. update unit-tests. | Benoit Jacob | 2007-12-18 |
* | add constructors and accessors/mutators specific to small vectors. | Benoit Jacob | 2007-12-17 |
* | -add Ones, DiagonalMatrix, DiagonalCoeffs | Benoit Jacob | 2007-12-15 |
* | expand unit-tests and fix const-qualifaction bugs thus discovered | Benoit Jacob | 2007-12-12 |
* | revert most of my previous commit. forcing the compiler to inline only increased | Benoit Jacob | 2007-12-11 |
* | play with inlining to get better performance when the compiler is not asked t... | Benoit Jacob | 2007-12-11 |
* | Expand and improve unit-tests | Benoit Jacob | 2007-12-11 |
* | big reorganisation of asserts, so that: | Benoit Jacob | 2007-12-05 |
* | rename Block to DynBlock and rework API to make place for | Benoit Jacob | 2007-12-05 |
* | Rework the unit-tests to use lower precision, so as to eliminate | Benoit Jacob | 2007-12-03 |
* | Test application now takes 'seed' and 'repeat' command-line args | Benoit Jacob | 2007-12-03 |
* | Much more convenient, less over-engineered NumTraits. Done during this KDE-Ed... | Benoit Jacob | 2007-12-02 |
* | add more unit-tests (covering transpose, conjugate, adjoint, dot product...) | Benoit Jacob | 2007-11-28 |
* | rename Object -> MatrixBase | Benoit Jacob | 2007-11-27 |
* | - improve and comment the "BasicStuff" test. | Benoit Jacob | 2007-11-26 |
* | Fix damage done by automatic search-and-replace | Benoit Jacob | 2007-11-25 |
* | Merge WrapArray into FromArray. Less code. The downside is that we're using o... | Benoit Jacob | 2007-10-14 |
* | restrict identity() to square matrices; small change helping g++ optimize. | Benoit Jacob | 2007-10-14 |
* | add zero() and identity() static methods, update unit-tests | Benoit Jacob | 2007-10-14 |
* | remove support for type std::complex<int>. Simplify NumTraits accordingly. | Benoit Jacob | 2007-10-14 |
* | implement the first _real_ unit-tests, testing the results for correctness in... | Benoit Jacob | 2007-10-13 |
* | some renaming in the fuzzy compares, and in the multiplications | Benoit Jacob | 2007-10-13 |
* | rework the numeric traits now that we're using a namespace and no prefix | Benoit Jacob | 2007-10-12 |
* | SVN_SILENT: | Benoit Jacob | 2007-10-12 |
* | Democracy 1 - 0 Dictatorship | Benoit Jacob | 2007-10-11 |
* | fix dot product, add norm/norm2/normalized | Benoit Jacob | 2007-10-10 |
* | reorganization of headers, part 2/2... | Benoit Jacob | 2007-10-07 |
* | add matrix conjugation and adjunction. | Benoit Jacob | 2007-10-07 |
* | Introduce Numeric Traits, with fuzzy compares, random numbers, etc. | Benoit Jacob | 2007-10-07 |
* | temporarily remove division unit-tests. they caused div-by-zero's , reported ... | Benoit Jacob | 2007-09-30 |
* | make matrix multiplication do immediate evaluation; add lazyMul() for the old... | Benoit Jacob | 2007-09-29 |
* | Found a way to have eval() be a member function of class EiObject, instead of... | Benoit Jacob | 2007-09-28 |
* | Finish prefixing everything with "Ei" | Benoit Jacob | 2007-09-27 |
* | Half-way commit prefixing object names. I am forced to commit now | Benoit Jacob | 2007-09-27 |
* | don't enclose eigen in a namespace. prefixing is the way to go. | Benoit Jacob | 2007-09-27 |
* | add operators *= and /= | Benoit Jacob | 2007-09-27 |
* | fix bugs caused by default copy constructors being called. valgrind, | Benoit Jacob | 2007-09-26 |
* | Give the axe to the aliasing system. | Benoit Jacob | 2007-09-26 |
* | Deep refactoring. | Benoit Jacob | 2007-09-26 |