| Commit message (Expand) | Author | Age |
* | * more MSVC warning fixes from Kenneth Riddile | Benoit Jacob | 2008-12-19 |
* | * forgot to svn add 2 files | Benoit Jacob | 2008-12-18 |
* | Patch by Kenneth Riddile: disable MSVC warnings, reenable them outside | Benoit Jacob | 2008-12-18 |
* | * fix in IO.h, a useless copy was made because of assignment from | Benoit Jacob | 2008-12-18 |
* | Macros: add MSVC paths, add an important comment on EIGEN_ALIGN_128 | Benoit Jacob | 2008-12-18 |
* | somehow we had forgotten this very important static assertion... | Benoit Jacob | 2008-12-18 |
* | more MSVC cmake fixes | Gael Guennebaud | 2008-12-17 |
* | fix non standard non-const std::complex::real/imag issue | Gael Guennebaud | 2008-12-17 |
* | fix bad typos, thanks to Kenneth Riddile | Benoit Jacob | 2008-12-17 |
* | LU class: | Benoit Jacob | 2008-12-17 |
* | found one bug in the previous ++ changes | Gael Guennebaud | 2008-12-17 |
* | * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/ | Benoit Jacob | 2008-12-17 |
* | actually honor EIGEN_STACK_ALLOCATION. | Benoit Jacob | 2008-12-16 |
* | * throw bad_alloc if exceptions are enabled, after patch by Kenneth Riddile | Benoit Jacob | 2008-12-16 |
* | Hopefully fix compilation of SSE Packetmath with MSVC. | Benoit Jacob | 2008-12-16 |
* | only enable the "unaligned array" assert if vectorization is enabled. | Benoit Jacob | 2008-12-15 |
* | * fix a bug I introduced in WithAlignedOperatorNew | Benoit Jacob | 2008-12-15 |
* | use ei_aligned_malloc and ei_aligned_free also in WithAlignedOperatorNew, so ... | Benoit Jacob | 2008-12-15 |
* | small optimization (for MSVC) and simplification of ei_alligned_malloc | Benoit Jacob | 2008-12-15 |
* | Fix memory alignment (hence vectorization) on MSVC thanks to help from Armin ... | Benoit Jacob | 2008-12-15 |
* | oops, forget to remove a line | Gael Guennebaud | 2008-12-15 |
* | more warning fixes by Armin Berres | Gael Guennebaud | 2008-12-15 |
* | compilation fix thanks to Dennis Schridde | Benoit Jacob | 2008-12-13 |
* | one more warning fix, thanks to Armin Berres | Gael Guennebaud | 2008-12-12 |
* | * fix a couple of warnings (patch from Armin Berres) | Gael Guennebaud | 2008-12-12 |
* | Sparse module: add a more flexible SparseMatrix::fillrand() function | Gael Guennebaud | 2008-12-11 |
* | bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expression | Gael Guennebaud | 2008-12-10 |
* | fix compilation issue for 64bit systems (pointer <=> size_t) | Gael Guennebaud | 2008-12-08 |
* | * call it beta2 | Benoit Jacob | 2008-12-07 |
* | * complete the change norm2->squaredNorm in PartialRedux | Benoit Jacob | 2008-12-07 |
* | * add Transform explicit constructors taking translation/scaling/rotation | Benoit Jacob | 2008-12-07 |
* | actually this message is probably more effective at making people read the we... | Benoit Jacob | 2008-12-07 |
* | Make deluxe assertion with deluxe error message with link to deluxe web page | Benoit Jacob | 2008-12-07 |
* | hide internal stuff from doxygen by using #ifndef EIGEN_PARSED_BY_DOXYGEN. | Benoit Jacob | 2008-12-07 |
* | Use an aligned IOFormat in the docs | Benoit Jacob | 2008-12-06 |
* | * improvements in the tutorial: triangular matrices, linear algebra | Benoit Jacob | 2008-12-06 |
* | * fix compile error when C++0x is enabled: static_assert() needs ; | Benoit Jacob | 2008-12-06 |
* | bugfix in matrix to Euler-angles function | Gael Guennebaud | 2008-12-06 |
* | Add a generic matrix to Euler-angles function. | Gael Guennebaud | 2008-12-05 |
* | add big "what happens inside eigen" tutorial for people interested in | Benoit Jacob | 2008-12-05 |
* | * 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 |
* | doc: add a "non stable" warning for parts which are not part | Gael Guennebaud | 2008-11-22 |
* | * add Gael a (c) line in IO.h | Benoit Jacob | 2008-11-17 |
* | * add .imag() function | Gael Guennebaud | 2008-11-14 |
* | Several improvements in sparse module: | Gael Guennebaud | 2008-11-05 |
* | Remove executable here too | Laurent Montel | 2008-11-04 |
* | Remove executable attribute | Laurent Montel | 2008-11-04 |
* | refinements in Matrix doc | Benoit Jacob | 2008-11-03 |