aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* swap 3.2 <-> default CTestConfig.cmake fileGravatar Gael Guennebaud2014-03-05
* Use vectorization when packing row-major rhs matrices. (bug #717)Gravatar Benoit Steiner2013-12-17
* Fix typo: 'explicitely' -> 'explicitly'Gravatar Henry de Valence2014-03-08
* Fix selfadjoint_matrix_vector_product for complex with packet size > 2 (e.g.,...Gravatar Gael Guennebaud2014-03-07
* Fix typo and formatingGravatar Gael Guennebaud2014-03-07
* Add support for OSX in BTL and fix a few warningsGravatar Gael Guennebaud2014-03-07
* Extend sizeof unit testGravatar Gael Guennebaud2014-03-07
* Fixed bug #754. Only inserted (!defined(_WIN32_WCE)) analog to alloc and free...Gravatar Christoph Hertzberg2014-03-05
* Help MSVC to inline some trivial functionsGravatar Gael Guennebaud2014-03-04
* bug #289: Removed useless static keywordsGravatar Christoph Hertzberg2014-03-04
* Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the firs...Gravatar Olivier Saut2014-03-03
* Fix PaStiX support for Pastix 5.2Gravatar Gael Guennebaud2014-02-28
* Regression test for bug #752Gravatar Christoph Hertzberg2014-02-27
* Remove early termination in LDLT: the zero on the diagonal of the input matri...Gravatar Gael Guennebaud2014-02-26
* Make pivoting HouseholderQR compatible with custom scalar typesGravatar Christoph Hertzberg2014-02-25
* Implement bug #317: use a template function call to suppress unused variable ...Gravatar Gael Guennebaud2014-02-24
* Workaround clang ABI change with unsed arguments (ugly fix)Gravatar Gael Guennebaud2014-02-24
* Fix bug #748 - array_5 test fails for seed 1392781168.Gravatar Jitse Niesen2014-02-24
* Specify what non-resizeable objects are in transposeInPlace and adjointInPlac...Gravatar Christoph Hertzberg2014-02-24
* More int versus Index fixesGravatar Gael Guennebaud2014-02-19
* _MatrixTypeNested must be public in sparse BlockGravatar Gael Guennebaud2014-02-18
* Relaxed umeyama test. Problem was ill-posed if linear part was scaled with ve...Gravatar Christoph Hertzberg2014-02-17
* Fix support for row (resp. column) of a column-major (resp. row-major) sparse...Gravatar Gael Guennebaud2014-02-17
* Fix compilation of SPlines moduleGravatar Gael Guennebaud2014-02-17
* Fix sparse_product/sparse_extra unit testsGravatar Gael Guennebaud2014-02-17
* Fix FFTW unit test with clangGravatar Gael Guennebaud2014-02-17
* Fix a few Index to int buggy conversionsGravatar Gael Guennebaud2014-02-15
* Fix infinite loop in sparseluGravatar Gael Guennebaud2014-02-14
* Merged in martinhofernandes/eigen (pull request PR-40)Gravatar Gael Guennebaud2014-02-14
|\
* | optimize sparse-sparse Kronecker productGravatar Gael Guennebaud2014-02-14
* | Upload the 3.2 testing result to its own CDash projectGravatar Gael Guennebaud2014-02-14
* | reduce false negative in the qr unit testGravatar Gael Guennebaud2014-02-14
* | alloca is not necessarily alligned on windowsGravatar Gael Guennebaud2014-02-14
* | Fix propagation of index typeGravatar Gael Guennebaud2014-02-13
* | fix stable norm benchmarkGravatar Gael Guennebaud2014-02-13
* | Fix stable_norm unit test for complexesGravatar Gael Guennebaud2014-02-13
* | Fix bug #740: overflow issue in stableNormGravatar Gael Guennebaud2014-02-13
* | Fix Fortran compiler detectionGravatar Gael Guennebaud2014-02-13
* | Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
* | fix compilation of Transform * UniformScalingGravatar Gael Guennebaud2014-02-12
* | Added examples for casting, made better examples for MapsGravatar Christoph Hertzberg2014-02-11
* | Remove unused typedef in polynomialsolver test.Gravatar Jitse Niesen2014-02-08
* | Merged in maksqwe/eigen/maksqwe/fix-typo-in-evalSolverSugarFunction (pull req...Gravatar Jitse Niesen2014-02-08
|\ \
| * | fix typo in evalSolverSugarFunction()Gravatar Naumov Maks2014-02-08
|/ /
* | Fix bug #736: LDLT isPositive returns false for a positive semidefinite matrixGravatar Jitse Niesen2014-02-06
* | Fixed assignment from QMatrix to Transform for compact storage.Gravatar Hauke Heibel2014-02-04
* | Fixed issue #734 (thanks to Philipp Büttgenbach for reporting the issue and ...Gravatar Hauke Heibel2014-02-01
* | Fix bug #730: Path of OpenGL headers is different on MacOSGravatar Christoph Hertzberg2014-01-29
* | Remove useless register keyword, and optimize predux_min/max for SSE4Gravatar Gael Guennebaud2014-01-25
* | Add a minimalistic page on CUDA with Eigen.Gravatar Gael Guennebaud2014-01-24