| Commit message (Expand) | Author | Age |
* | Set of fixes and workaround to make sun studio more happy. | Gael Guennebaud | 2009-07-10 |
* | merge | Benoit Jacob | 2009-05-22 |
|\ |
|
| * | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | | * add a writable generic coeff wise expression (CwiseUnaryView) | Gael Guennebaud | 2009-05-20 |
|/ |
|
* | gni, forgot to call the new subtest | Benoit Jacob | 2009-04-29 |
* | add cast<>() tests. including a vectorization_logic test that currently fails... | Benoit Jacob | 2009-04-29 |
* | now these tests succeed with 10,000 repeats | Benoit Jacob | 2009-01-27 |
* | * remove set(), revert to old behavior where = resizes | Benoit Jacob | 2009-01-21 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | As discussed on ML: | Gael Guennebaud | 2008-10-24 |
* | * fix issues with "long double" type (useful to enforce the use of x87 regist... | Gael Guennebaud | 2008-09-14 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | *add operator()(int) for vectors, synonymous to operator[](int). | Benoit Jacob | 2008-08-18 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | * fix compilation issue in Product | Gael Guennebaud | 2008-07-02 |
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
* | Make use of the LazyBit, introduce .lazy(), remove lazyProduct. | Benoit Jacob | 2008-03-31 |
* | * introducte recursive Flags system for the expressions | Benoit Jacob | 2008-03-30 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | Extended the comma initializer to support xpr on the right side: | Gael Guennebaud | 2008-03-08 |
* | * Added support for a comma initializer: mat.block(i,j,2,2) << 1, 2, 3, 4; | Gael Guennebaud | 2008-03-08 |
* | * Fix a compilation issue with large fixed-size matrices: the unrollers were... | Gael Guennebaud | 2008-03-05 |
* | Removed trailling spaces. | Gael Guennebaud | 2008-03-03 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | prefix global functions with ei_ as previous solution was rather | Benoit Jacob | 2008-02-28 |
* | rework Identity API: no longer restricted to square matrices | Benoit Jacob | 2008-01-11 |
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
* | - move: DerivedTraits becomes MatrixBase::Traits | Benoit Jacob | 2008-01-06 |
* | - eigen2 now fully enforces constness! found a way to achieve that | Benoit Jacob | 2007-12-25 |
* | 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 Ones, DiagonalMatrix, DiagonalCoeffs | Benoit Jacob | 2007-12-15 |
* | expand unit-tests and fix const-qualifaction bugs thus discovered | Benoit Jacob | 2007-12-12 |
* | Expand and improve unit-tests | Benoit Jacob | 2007-12-11 |
* | 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 |
* | 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 |