aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
* fix build of class Block examplesGravatar Benoit Jacob2011-02-06
* mergeGravatar Benoit Jacob2011-02-06
|\
* | fix const correctness in Diagonal::coeffRef (fix found by failtests)Gravatar Benoit Jacob2011-02-06
* | fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)Gravatar Benoit Jacob2011-02-06
* | add more failtestsGravatar Benoit Jacob2011-02-06
| * Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|/
* Exposed failtetst publicly.Gravatar Hauke Heibel2011-02-06
* fix under- and overflowGravatar Gael Guennebaud2011-02-06
* add more failtestsGravatar Benoit Jacob2011-02-06
* failtest: a new cmake-based test suite for testing stuff that should fail to ...Gravatar Benoit Jacob2011-02-05
* Made MatrixBase::BasisReturnType const.Gravatar Hauke Heibel2011-02-05
* Fix Diagonal related const correctness issues.Gravatar Hauke Heibel2011-02-05
* Fixed hidden const correctness issue.Gravatar Hauke Heibel2011-02-05
* Remove all references to EIGEN_TUNE_CPU_CACHE_SIZE.Gravatar Jitse Niesen2011-02-04
* fix misc warningsGravatar Thomas Capricelli2011-02-04
* turnaround for a compiler bug in gcc 3.4.6Gravatar Thomas Capricelli2011-02-04
* extend ctest script for SSSE3 and aboveGravatar Gael Guennebaud2011-02-03
* fix SSE3 issue (infinite loop after the ei_ => internal change) - this fix bu...Gravatar Gael Guennebaud2011-02-03
* fix compilation with MSVCGravatar Gael Guennebaud2011-02-03
* add Map static methods taking Strides, add test checking for compilation errorsGravatar Benoit Jacob2011-02-03
* fix MSVC8 compilationGravatar Gael Guennebaud2011-02-03
* add global tan functionGravatar Gael Guennebaud2011-02-03
* add tan function in Array worldGravatar Jason Newton2011-02-03
* an even more stable procedureGravatar Gael Guennebaud2011-02-03
* slightly more stable eigen vector computationGravatar Gael Guennebaud2011-02-03
* fix compilation with MSVC2005 (strange, stupid fixes for MSVC9 confuse MSVC8....Gravatar Gael Guennebaud2011-02-02
* implement GBMVGravatar Gael Guennebaud2011-02-02
* split BandMatrix to a base and a wrapper classGravatar Gael Guennebaud2011-02-02
* fix 168 : now TriangularView::solve returns by value making TriangularView::s...Gravatar Gael Guennebaud2011-02-01
* extend nomalloc testGravatar Gael Guennebaud2011-02-01
* mark the packet access methods as internalGravatar Gael Guennebaud2011-02-01
* implement optimized path for selfadjoint rank 1 update (safe regarding dynami...Gravatar Gael Guennebaud2011-02-01
* forgot hg addGravatar Benoit Jacob2011-02-01
* fix alignment issueGravatar Gael Guennebaud2011-02-01
* relax Matrix/Array(Index) ctors to allow size 0, add test.Gravatar Benoit Jacob2011-02-01
* fix compilation of snippetsGravatar Gael Guennebaud2011-02-01
* notify the creation of manual temporariesGravatar Gael Guennebaud2011-02-01
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
* operator(int) and the likes are not only fine for linear storageGravatar Gael Guennebaud2011-02-01
* fix packing criterionGravatar Gael Guennebaud2011-02-01
* fix dynamic allocation for fixed size objects in matrix-vector productGravatar Gael Guennebaud2011-01-31
* update .hgignoreGravatar Benoit Jacob2011-01-31
* kill stage 15, it's uselessGravatar Benoit Jacob2011-01-31
* eigen2 support: pass remaining 2 testsGravatar Benoit Jacob2011-01-31
* eigen2support: disable sparse tests, and do not require to define YES_I_KNOW_...Gravatar Benoit Jacob2011-01-31
* make eigen2 eigensolver test passGravatar Benoit Jacob2011-01-31
* clean the script to generate the plotsGravatar Gael Guennebaud2011-01-31
* include cblas.h header file to ease configurationGravatar Gael Guennebaud2011-01-31
* fix name collisionGravatar Gael Guennebaud2011-01-31