aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add coverage for long double to matrix_exponential test.Gravatar Jitse Niesen2011-08-21
* add compatibility with long doubleGravatar Chen-Pang He2011-08-20
* mv the mpreal copy in its own folderGravatar Gael Guennebaud2011-08-19
* update to latest mpreal and fix a min/max issue in mprel.hGravatar Gael Guennebaud2011-08-19
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* add the possibility to specialize assign_impl and still call the default impl...Gravatar Gael Guennebaud2011-08-18
* fix linking issueGravatar Gael Guennebaud2011-08-12
* fix a numerical issue in the direct 3x3 eigenvector extractionGravatar Gael Guennebaud2011-08-08
* fix a bug where some rotations were not initializedGravatar Thomas Capricelli2011-08-04
* wa2 was computed twice because of a confustion between changesetsGravatar Thomas Capricelli2011-08-04
* Remove unnecessary template keywords (breaks compilation under MSVC).Gravatar Jitse Niesen2011-07-28
* Improved compilation errors for Transform initialization/assignment with diff...Gravatar Hauke Heibel2011-07-28
* compilation fix with conjugate_gradient_solve_retval_with_guessGravatar Gael Guennebaud2011-07-26
* add the possibility to configure the preconditionerGravatar Gael Guennebaud2011-07-26
* add a naive IdentityPreconditionerGravatar Gael Guennebaud2011-07-26
* add a conjugate gradient solverGravatar Gael Guennebaud2011-07-26
* fix sparse selfadjoint time dense such that the other triangular part is not ...Gravatar Gael Guennebaud2011-07-26
* fix eigen2 support min/max garbageGravatar Gael Guennebaud2011-07-22
* simplify a bit the 2x2 direct eigenvalue solverGravatar Gael Guennebaud2011-07-22
* integrate Hauke's 2x2 direct symmetric eigenvalues solverGravatar Gael Guennebaud2011-07-22
* add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposi...Gravatar Gael Guennebaud2011-07-21
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix bug #320 (pretty gdb printer on mingw)Gravatar Gael Guennebaud2011-07-20
* Translation * RotationBase now returns an isometric transformation.Gravatar Hauke Heibel2011-07-19
* fix triangular unit test: it only accepts small matricesGravatar Gael Guennebaud2011-07-19
* fix trmv unit testGravatar Gael Guennebaud2011-07-19
* fix LLT rank one update for "upper" hermitian matricesGravatar Gael Guennebaud2011-07-19
* add an "InvalidInput" enum, used by the SuperLU interfaceGravatar Gael Guennebaud2011-07-18
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* enable instalation of blas and lapack libsGravatar Gael Guennebaud2011-07-11
* fix bug #316 - SelfAdjointEigenSolver::compute does not handle matrices of si...Gravatar Gael Guennebaud2011-07-09
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* suppress polluting EMPTY macro defined by SuperLUGravatar Gael Guennebaud2011-07-07
* add new interface to SuperLUGravatar Gael Guennebaud2011-07-07
* fix constness of intersection methods (bug #309)Gravatar Gael Guennebaud2011-06-27
* Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).Gravatar Jitse Niesen2011-06-24
* Fix compilation of cholesky rank update test.Gravatar Jitse Niesen2011-06-24
* fix typo in doc for ParametrizedLineGravatar Thomas Capricelli2011-06-23
* add a KroneckerProduct module (unsupported) from Kolja Brix and Andreas Plate...Gravatar Gael Guennebaud2011-06-22
* rm confusing sentenceGravatar Gael Guennebaud2011-06-17
* Relatively straightforward changes to wording of documentation, focusing part...Gravatar Tim Holy2011-06-20
* A first tiny test commit: fix a spelling error in the documentation.Gravatar Tim Holy2011-06-19
* New feature: add rank one update in Cholesky decompositionGravatar Gael Guennebaud2011-06-20
* fix documentation of normGravatar Gael Guennebaud2011-06-18
* Suggest placing Eigen directory in system include path.Gravatar Zach Ploskey2011-06-17
* Fixed a few typos and cleaned up some language.Gravatar Zach Ploskey2011-06-17
* adapt test to the change reverting normalize() to returning voidGravatar Benoit Jacob2011-06-15
* back out 842881cfb1b8ece6e41c58f0466ae979e514d001Gravatar Benoit Jacob2011-06-15
* add test for normalize() and normalized()Gravatar Benoit Jacob2011-06-15
* bug #298 - let normalize() return a reference to *thisGravatar Andy Somerville2011-06-15