aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* add internal documentationGravatar Benoit Jacob2008-11-30
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* doc: add a "non stable" warning for parts which are not partGravatar Gael Guennebaud2008-11-22
* * add Gael a (c) line in IO.hGravatar Benoit Jacob2008-11-17
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* Several improvements in sparse module:Gravatar Gael Guennebaud2008-11-05
* Remove executable here tooGravatar Laurent Montel2008-11-04
* Remove executable attributeGravatar Laurent Montel2008-11-04
* refinements in Matrix docGravatar Benoit Jacob2008-11-03
* Matrix documentation reworkGravatar Benoit Jacob2008-11-03
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* Add Matrix::Map() and Matrix::AlignedMap() static methodsGravatar Benoit Jacob2008-11-03
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* add Eigen namespace in front of Transpose (I needed that to add a Transpose f...Gravatar Gael Guennebaud2008-10-30
* add transposeInPlace (not optimized yet for rectangular matrix)Gravatar Gael Guennebaud2008-10-29
* add the possibility to extend Matrix outside Eigen, just like MatrixBaseGravatar Gael Guennebaud2008-10-28
* add Eigen namespace in EIGEN_STATIC_ASSERTGravatar Gael Guennebaud2008-10-27