| Commit message (Expand) | Author | Age |
* | make the dot product linear in the second variable, not the first variable | Benoit Jacob | 2009-08-03 |
* | re-implement stableNorm using a homemade blocky and | Gael Guennebaud | 2009-07-17 |
* | bugfix in blueNorm | Gael Guennebaud | 2009-07-16 |
* | fix typo in blue norm | Gael Guennebaud | 2009-07-14 |
* | add a blueNorm() function implementing the Blues's stable norm | Gael Guennebaud | 2009-07-13 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | add MatrixBase::stableNorm() avoiding over/under-flow | Gael Guennebaud | 2009-01-28 |
* | make dot() honor EvalBeforeNestingBit | Gael Guennebaud | 2009-01-28 |
* | fix doc for norm() and squaredNorm(): these are not only for vectors | Benoit Jacob | 2009-01-27 |
* | * clarify the situation with experimental parts | Benoit Jacob | 2009-01-19 |
* | Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB... | Gael Guennebaud | 2009-01-14 |
* | fine tuning in dot() and sum(), and prepare for the sparse versions... | Gael Guennebaud | 2009-01-07 |
* | release beta5, fix a doc typo | Benoit Jacob | 2009-01-05 |
* | * add unit-tests to check allowed and forbiddent mixing of different scalar t... | Benoit Jacob | 2008-12-22 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | * Much better, consistent error msgs when mixing different scalar types: | Benoit Jacob | 2008-12-03 |
* | add internal documentation | Benoit Jacob | 2008-11-30 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | norm2() renamed to squaredNorm(), kept as deprecated for now. | Benoit Jacob | 2008-11-03 |
* | As discussed on ML: | Gael Guennebaud | 2008-10-24 |
* | note that norm2() is *not* an l2 norm as it is in other APIs | Scott Wheeler | 2008-10-11 |
* | * Add Hyperplane::transform(Matrix/Transform) | Gael Guennebaud | 2008-08-31 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | * bugfix in SolveTriangular found by Timothy Hunter (did not compiled for ver... | Gael Guennebaud | 2008-08-22 |
* | * add Regression module, from eigen1, improved, with doc and unit-test. | Benoit Jacob | 2008-08-11 |
* | * Big change in Block and Map: | Gael Guennebaud | 2008-08-09 |
* | * do the ActualPacketAccesBit change as discussed on list | Benoit Jacob | 2008-07-04 |
* | * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned) | Benoit Jacob | 2008-06-26 |
* | make use of ei_pmadd in dot-product: will further improve performance | Benoit Jacob | 2008-06-24 |
* | * vectorize dot product, copying code from sum. | Benoit Jacob | 2008-06-24 |
* | * move some compile time "if" to their respective unroller (assign and dot) | Gael Guennebaud | 2008-06-07 |
* | added a static assertion mechanism | Gael Guennebaud | 2008-06-04 |
* | Fix compilation issues with MSVC and NVCC. | Gael Guennebaud | 2008-05-15 |
* | * Added several cast to int of the enums (needed for some compilers) | Gael Guennebaud | 2008-05-12 |
* | put inline keywords everywhere appropriate. So we don't need anymore to pass | Benoit Jacob | 2008-05-12 |
* | Various fixes in: | Gael Guennebaud | 2008-04-25 |
* | * rename XprCopy -> Nested | Benoit Jacob | 2008-04-10 |
* | finish making use of CoeffReadCost and the new XprCopy everywhere | Benoit Jacob | 2008-04-08 |
* | fixes as discussed with Gael on IRC. Mainly, in Fuzzy.h, and Dot.h, use | Benoit Jacob | 2008-04-05 |
* | * #define EIGEN_NDEBUG now also disables asserts. Useful | Benoit Jacob | 2008-03-26 |
* | - introduce sum() returning the sum of the coeffs of a vector | Benoit Jacob | 2008-03-15 |
* | a lot of renaming | Benoit Jacob | 2008-03-13 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | big change: MatrixBase only takes one template parameter "Derived", the | Benoit Jacob | 2008-03-10 |
* | * coefficient wise operators are more generic, with controllable result type. | Gael Guennebaud | 2008-03-06 |
* | * Fix a compilation issue with large fixed-size matrices: the unrollers were... | Gael Guennebaud | 2008-03-05 |
* | Patch by Gael Guennebaud: coeff-wise binary operators. | Benoit Jacob | 2008-02-29 |
* | -merge patch from Gael Guennebaud adding NumTraits for long long | Benoit Jacob | 2008-02-29 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |