aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Fix inverse unit test making sure we try to invert an invertible matrixGravatar Gael Guennebaud2014-09-14
* Favor column major storage for inner productsGravatar Gael Guennebaud2014-09-14
* Fix /= when using evaluator as in changeset 2d90484450f3934db3f5db39ef37967fb...Gravatar Gael Guennebaud2014-09-14
* merge with default branchGravatar Gael Guennebaud2014-09-14
|\
| * Make UpperBidiagonalization accept row-major matrices (bug #769)Gravatar Jitse Niesen2014-09-12
* | Fix compilation of coeff(Index) on sub-inner-panelsGravatar Gael Guennebaud2014-09-08
* | Disable a test which had never worked without evalautorsGravatar Gael Guennebaud2014-09-03
* | merge with default branchGravatar Gael Guennebaud2014-09-01
|\ \
* | | Fix sparse matrix times sparse vector.Gravatar Gael Guennebaud2014-09-01
* | | mergeGravatar Gael Guennebaud2014-08-29
|\ \ \
* | | | Enable evaluators by defaultGravatar Gael Guennebaud2014-08-29
* | | | merge default branchGravatar Gael Guennebaud2014-08-29
|\ \ \ \
| | | | * Improve further the accuracy of JacobiSVD wrt under/overflow while improving ...Gravatar Gael Guennebaud2014-09-10
| | | | * Add one more regression test for bug #791.Gravatar Gael Guennebaud2014-09-10
| | | | * Fix bug #791: infinite loop in JacobiSVD in the presence of NaN.Gravatar Gael Guennebaud2014-09-10
| | | | * Fix bug #822: outer products needed linear access, and add respective unit testsGravatar Gael Guennebaud2014-09-08
| | | | * Fix hypot() and hypotNorm() wrt NaN and INF values.Gravatar Gael Guennebaud2014-09-02
| | | | * Fix blueNorm wrt NaN/INF.Gravatar Gael Guennebaud2014-09-02
| | | | * Fix stableNorm() with respect to NaN and inf, and add respective unit tests. ...Gravatar Gael Guennebaud2014-09-02
| | | | * Optimization: "matrix<complex> * real" did not call the special path and the ...Gravatar Gael Guennebaud2014-09-02
| | | |/
| | | * Added missing STL include of <list> in main.hGravatar Georg Drenkhahn2014-08-29
| | |/ | |/|
| * | In SparseQR, calling factorize() without analyzePattern() was broken.Gravatar Gael Guennebaud2014-08-26
| * | bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x...Gravatar Gael Guennebaud2014-08-21
| * | EIGEN_EXCEPTIONS was not defined in test/main.h, therefore all VERIFY_RAISES_...Gravatar Christoph Hertzberg2014-08-20
| * | Memory allocated on the stack is freed at the function exit, so reduce iterat...Gravatar Gael Guennebaud2014-08-04
| | * Optimize reduxions for HomogeneousGravatar Gael Guennebaud2014-08-01
| |/ |/|
* | Fix geo_orthomethods unit test for complexesGravatar Gael Guennebaud2014-08-01
* | Fix numerous nested versus nested_eval shortcomingsGravatar Gael Guennebaud2014-08-01
* | Make cross product uses nested/nested_evalGravatar Gael Guennebaud2014-08-01
* | Fix 4x4 inverse via SSE for submatricesGravatar Gael Guennebaud2014-07-31
* | Make minimal changes to make homogenous compatible with evaluatorsGravatar Gael Guennebaud2014-07-31
* | Re-enable main unit tests which are now compiling and running fine with evalu...Gravatar Gael Guennebaud2014-07-31
* | Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
| * add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
| * Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| * Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
| * Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* | Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
* | Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* | Extend qr unit testGravatar Gael Guennebaud2014-07-21
| * Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
* | merge with default branchGravatar Gael Guennebaud2014-07-18
|\ \
* | | Extend dense*sparse product unit testsGravatar Gael Guennebaud2014-07-15
* | | merge with default branchGravatar Gael Guennebaud2014-07-15
|\ \ \
* \ \ \ merge with default branchGravatar Gael Guennebaud2014-07-10
|\ \ \ \
| | | | * Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
| | | | * Make the ordering method of SimplicialL[D]LT user configurable.Gravatar Gael Guennebaud2014-07-20
| | | |/
| | | * bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17