aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Document HouseholderSequence.Gravatar Jitse Niesen2011-01-02
* make the table fit within 80 charactersGravatar Gael Guennebaud2011-01-01
* an attempt to fix a compilation issue with -std=c++0xGravatar Gael Guennebaud2011-01-01
* Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise the...Gravatar Jose Luis Blanco2010-12-29
* mergeGravatar Gael Guennebaud2010-12-31
|\
| * fix sparse time dense product with a rowmajor lhsGravatar Gael Guennebaud2010-12-31
* | [Sparse] Added regression tests for the two bugfixes, the code passes all spa...Gravatar David J. Luitz2010-12-30
|/
* fix compilation of code using e.g. Transpose<const Foo>::data() non-const-qua...Gravatar Benoit Jacob2010-12-30
* fix compile errors in Tridiagonalization and in doc examplesGravatar Benoit Jacob2010-12-30
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* In QuickRefPage LinSpaced is improperly documented.Gravatar Trevor Irons2010-12-29
* Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN.Gravatar Jitse Niesen2010-12-29
* fixed msvc9 build errors.Gravatar Jose Luis Blanco2010-12-29
* Enable GSL tests (reverts part of changeset 6628534eb587f6d96e9c8bbc0447f9685...Gravatar Jitse Niesen2010-12-29
* fix MSVC warnings, bug #143Gravatar Jose Luis Blanco2010-12-29
* fix preprocessor checks for availability of cpuidGravatar Thomas Capricelli2010-12-28
* Mention ptr_fun in docs for .unaryExpr()Gravatar Jitse Niesen2010-12-27
* Extend doc page on preprocessor directives.Gravatar Jitse Niesen2010-12-27
* Move doxygen comments for EIGEN_NO_DEBUG from source to I14.Gravatar Jitse Niesen2010-12-27
* Move section on preprocessor directives from I00 to its own page.Gravatar Jitse Niesen2010-12-27
* Finish doc page on aliasing.Gravatar Jitse Niesen2010-12-27
* move BandMatrix and TridiagonalMatrix to the internal:: namespaceGravatar Benoit Jacob2010-12-25
* more renaming to make this file matrix-or-array-agnosticGravatar Benoit Jacob2010-12-25
* rename macroGravatar Benoit Jacob2010-12-25
* remove EIGEN_REF_TO_TEMPORARY, clarify docsGravatar Benoit Jacob2010-12-25
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* Re-enabled the BLAS compilation on non-MSVC systems.Gravatar Hauke Heibel2010-12-17
* Switched back to the old behaviour where EIGEN_SPLIT_LARGE_TESTS was ON per d...Gravatar Hauke Heibel2010-12-17
* disable blas if C++ compiler is MSVCGravatar Gael Guennebaud2010-12-16
* Added automatic SSE3/4.1/4.2 support for MSVC.Gravatar Hauke Heibel2010-12-16
* Re-enabled the missing tests, again...Gravatar Hauke Heibel2010-12-16
* Improved the array unit test - internal::isApprox needs to use the same preci...Gravatar Hauke Heibel2010-12-16
* Uups - re-enabled subtests 1 to 5.Gravatar Hauke Heibel2010-12-16
* Fixed compound subtraction in ArrayBase where the assignment needs to be carr...Gravatar Hauke Heibel2010-12-16
* Added unit test for matrix creation from const raw data.Gravatar Hauke Heibel2010-12-15
* Fixed ctor from const raw data for Matrices and added the missing implementat...Gravatar Hauke Heibel2010-12-15
* fix warningGravatar Gael Guennebaud2010-12-13
* Fix bug #133: remove the EIGEN_RESTRICT which was useless here anywayGravatar Gael Guennebaud2010-12-13
* mergeGravatar Jitse Niesen2010-12-12
|\
| * Fix compilation of Tridiagonalization_diagonal example.Gravatar Jitse Niesen2010-12-12
* | enforce compilation of blas unit tests when running ctestGravatar Gael Guennebaud2010-12-12
| * Specify root namespace for fftw_plan from FFTW3 library.Gravatar Jitse Niesen2010-12-12
|/
* Fixed NEON compilation errors, changed float-abi back to softfp (which is the...Gravatar Konstantinos Margaritis2010-12-10
* fix intermittend failure of schur_real test: there only is an iterative proce...Gravatar Benoit Jacob2010-12-10
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* suppress stupid warningGravatar Gael Guennebaud2010-12-10
* fix compilationGravatar Gael Guennebaud2010-12-10
* fix compilation with ICC (template keyword on a non template method)Gravatar Gael Guennebaud2010-12-10
* fix ICE with gcc 3.4 and 4.0.1Gravatar Gael Guennebaud2010-12-10
* fix bug #128 : tridiagonalization failed for 1x1 matricesGravatar Gael Guennebaud2010-12-09