aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
* ArrayBase::sign: add unit test and fix docGravatar Gael Guennebaud2015-11-27
* Improve numerical robustness of some unit testsGravatar Gael Guennebaud2015-11-23
* Add regression using test for array<complex>/realGravatar Gael Guennebaud2015-11-20
* Workaround msvc broken complex/complex division in unit testGravatar Gael Guennebaud2015-11-20
* Add regression unit test for prod.maxCoeff(i)Gravatar Gael Guennebaud2015-11-18
* Workaround i387 issue in unit testGravatar Gael Guennebaud2015-11-16
* bug #1105: fix default preallocation when moving from compressed to uncompres...Gravatar Gael Guennebaud2015-11-06
* prevent stack overflow in unit testGravatar Gael Guennebaud2015-11-05
* Fix AVX round/ceil/floor, and fix respective unit testGravatar Gael Guennebaud2015-11-04
* Merged in aavenel/eigen (pull request PR-142)Gravatar Gael Guennebaud2015-11-04
|\
* | Add support for dense.cwiseProduct(sparse)Gravatar Gael Guennebaud2015-11-04
* | Fix compilation of sparse-triangular to dense assignmentGravatar Gael Guennebaud2015-11-04
| * Add round, ceil and floor for SSE4.1/AVX (Bug #70)Gravatar Alexandre Avenel2015-11-01
|/
* typoGravatar Gael Guennebaud2015-10-30
* Limit matrix size for other eigen and schur decompositionsGravatar Gael Guennebaud2015-10-30
* Limit matrix sizes for trmm unit test and complexes.Gravatar Gael Guennebaud2015-10-30
* Limit matrix size when testing for NaN: they can become prohibitively expensi...Gravatar Gael Guennebaud2015-10-30
* Fix gcc 4.4 compilation issueGravatar Gael Guennebaud2015-10-30
* fix typoGravatar Gael Guennebaud2015-10-28
* Enable std::isfinite/nan/inf on MSVC 2013 and newer and clang. Fix isinf for ...Gravatar Gael Guennebaud2015-10-28
* Add a unit test for large chains of productsGravatar Gael Guennebaud2015-10-28
* Extend vectorwiseop unit test with column/row vectors as input.Gravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Fix false negative in redux testGravatar Gael Guennebaud2015-10-27
* bug #1008: add a unit test for fast-math mode and isinf/isnan/isfinite/etc. f...Gravatar Gael Guennebaud2015-10-27
* mergeGravatar Gael Guennebaud2015-10-27
|\
| * Fix ambiguous instantiationGravatar Gael Guennebaud2015-10-27
* | Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
|/
* Add support to directly evaluate the product of two sparse matrices within a ...Gravatar Gael Guennebaud2015-10-26
* bug #1092: fix iterative solver ctors for expressions as inputGravatar Gael Guennebaud2015-10-26
* bug #1098: fix regression introduced when generalizing some compute() methods...Gravatar Gael Guennebaud2015-10-26
* Make the IterativeLinearSolvers module compatible with MPL2-only modeGravatar Gael Guennebaud2015-10-26
* bug #1088: fix setIdenity for non-compressed sparse-matrixGravatar Gael Guennebaud2015-10-25
* Switch to MPL2Gravatar Gael Guennebaud2015-10-23
* Remove invalid typename keywordGravatar Gael Guennebaud2015-10-22
* bug #1090: fix a shortcoming in redux logic for which slice-vectorization plu...Gravatar Gael Guennebaud2015-10-21
* bug #1064: add support for Ref<SparseVector>Gravatar Gael Guennebaud2015-10-21
* Fix perm*sparse return type and nesting, and add several sanity checks for pe...Gravatar Gael Guennebaud2015-10-14
* Update custom setFromTripplets API to allow passing a functor object, and add...Gravatar Gael Guennebaud2015-10-13
* extend unit test for SparseMatrix::pruneGravatar Gael Guennebaud2015-10-13
* Fix packetmath unit test for pdiv not being always definedGravatar Gael Guennebaud2015-10-13
* Implement temporary-free path for "D.nolias() ?= C + A*B". (I thought it was ...Gravatar Gael Guennebaud2015-10-09
* The evalautor of Solve was missing the EvalBeforeNestingBit flag.Gravatar Gael Guennebaud2015-10-09
* Add unit test for nested_evalGravatar Gael Guennebaud2015-10-09
* Add unit test for CoeffReadCostGravatar Gael Guennebaud2015-10-09
* Add unit test to check nesting of complex expressions in redux()Gravatar Gael Guennebaud2015-10-09
* Fix nesting sub-expression in outer-productsGravatar Gael Guennebaud2015-10-08
* Fix a nesting issue in some matrix-vector cases.Gravatar Gael Guennebaud2015-10-08
* Re-enable vectorization of LinSpaced, plus some cleaningGravatar Gael Guennebaud2015-10-08