aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* * the Upper->UpperTriangular changeGravatar Benoit Jacob2008-12-20
* add matrix * transform productGravatar Gael Guennebaud2008-12-19
* Transform*Transform should return TransformGravatar Benoit Jacob2008-12-19
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * extractRotation ---> rotationGravatar Benoit Jacob2008-12-19
* SelfAdjointEigenSolver: add operatorSqrt() and operatorInverseSqrt()Gravatar Benoit Jacob2008-12-19
* * more MSVC warning fixes from Kenneth RiddileGravatar Benoit Jacob2008-12-19
* * forgot to svn add 2 filesGravatar Benoit Jacob2008-12-18
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* * fix in IO.h, a useless copy was made because of assignment fromGravatar Benoit Jacob2008-12-18
* Macros: add MSVC paths, add an important comment on EIGEN_ALIGN_128Gravatar Benoit Jacob2008-12-18
* somehow we had forgotten this very important static assertion...Gravatar Benoit Jacob2008-12-18
* oops I commited bad stuff in the previous commitGravatar Gael Guennebaud2008-12-17
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* fix non standard non-const std::complex::real/imag issueGravatar Gael Guennebaud2008-12-17
* fix bad typos, thanks to Kenneth RiddileGravatar Benoit Jacob2008-12-17
* LU class:Gravatar Benoit Jacob2008-12-17
* found one bug in the previous ++ changesGravatar Gael Guennebaud2008-12-17
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* actually honor EIGEN_STACK_ALLOCATION.Gravatar Benoit Jacob2008-12-16
* * throw bad_alloc if exceptions are enabled, after patch by Kenneth RiddileGravatar Benoit Jacob2008-12-16
* Hopefully fix compilation of SSE Packetmath with MSVC.Gravatar Benoit Jacob2008-12-16
* Finally work around enough of MSVC preprocessor dumbness so that it actually ...Gravatar Benoit Jacob2008-12-15
* only enable the "unaligned array" assert if vectorization is enabled.Gravatar Benoit Jacob2008-12-15
* * fix a bug I introduced in WithAlignedOperatorNewGravatar Benoit Jacob2008-12-15
* use ei_aligned_malloc and ei_aligned_free also in WithAlignedOperatorNew, so ...Gravatar Benoit Jacob2008-12-15
* small optimization (for MSVC) and simplification of ei_alligned_mallocGravatar Benoit Jacob2008-12-15
* work around the braindead msvc preprocessorGravatar Benoit Jacob2008-12-15
* Fix detection of SSE2 with MSVC.Gravatar Benoit Jacob2008-12-15
* Fix memory alignment (hence vectorization) on MSVC thanks to help from Armin ...Gravatar Benoit Jacob2008-12-15
* oops, forget to remove a lineGravatar Gael Guennebaud2008-12-15
* more warning fixes by Armin BerresGravatar Gael Guennebaud2008-12-15
* compilation fix thanks to Dennis SchriddeGravatar Benoit Jacob2008-12-13
* one more warning fix, thanks to Armin BerresGravatar Gael Guennebaud2008-12-12
* * fix a couple of warnings (patch from Armin Berres)Gravatar Gael Guennebaud2008-12-12
* Sparse module: add a more flexible SparseMatrix::fillrand() functionGravatar Gael Guennebaud2008-12-11
* bugfix in DiagonalProduct: a "DiagonalProduct<SomeXpr>" expressionGravatar Gael Guennebaud2008-12-10
* fix compilation issue for 64bit systems (pointer <=> size_t)Gravatar Gael Guennebaud2008-12-08
* * call it beta2Gravatar Benoit Jacob2008-12-07
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* * add Transform explicit constructors taking translation/scaling/rotationGravatar Benoit Jacob2008-12-07
* actually this message is probably more effective at making people read the we...Gravatar Benoit Jacob2008-12-07
* Make deluxe assertion with deluxe error message with link to deluxe web pageGravatar Benoit Jacob2008-12-07
* hide internal stuff from doxygen by using #ifndef EIGEN_PARSED_BY_DOXYGEN.Gravatar Benoit Jacob2008-12-07
* Use an aligned IOFormat in the docsGravatar Benoit Jacob2008-12-06
* * improvements in the tutorial: triangular matrices, linear algebraGravatar Benoit Jacob2008-12-06
* * fix compile error when C++0x is enabled: static_assert() needs ;Gravatar Benoit Jacob2008-12-06
* bugfix in matrix to Euler-angles functionGravatar Gael Guennebaud2008-12-06
* Add a generic matrix to Euler-angles function.Gravatar Gael Guennebaud2008-12-05
* add big "what happens inside eigen" tutorial for people interested inGravatar Benoit Jacob2008-12-05