aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* 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
* Fix a warningGravatar Gael Guennebaud2015-10-08
* Properly implement PartialReduxExpr on top of evaluators, and fix multiple ev...Gravatar Gael Guennebaud2015-10-08
* Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* Remove debuging prod() and lazyprod() function, plus some cleaning in noalias...Gravatar Gael Guennebaud2015-10-07
* Fix implicit cast in unit testGravatar Gael Guennebaud2015-10-07
* Re-enable some invalid scalar type conversion checks by disabling explicit ve...Gravatar Gael Guennebaud2015-10-06
* Add sparse vector to Ref<SparseMatrix> conversion unit tests, and improve out...Gravatar Gael Guennebaud2015-10-06
* Fix wrong casting syntaxGravatar Gael Guennebaud2015-10-06
* Improve counting of sparse temporariesGravatar Gael Guennebaud2015-10-06
* bug #1075: fix AlignedBox::sample for runtime dimensionGravatar Gael Guennebaud2015-09-30
* Specified signedness of char type in test so that test passesGravatar Doug Kwan2015-09-28
* Add support for row/col-wise lpNorm()Gravatar Gael Guennebaud2015-09-28
* Fix typo in Vectowise::any()Gravatar Gael Guennebaud2015-09-16
* Add unit tests for bug #981: valid and invalid usage of ternary operatorGravatar Gael Guennebaud2015-09-09
* Fix AMD ordering when a column has only one off-diagonal non-zero (also fix b...Gravatar Gael Guennebaud2015-09-03
* Fix compilation of cuda unit testGravatar Gael Guennebaud2015-09-02
* Fix packetmath unit test for exp and logGravatar Gael Guennebaud2015-09-02
* Add regression test for bug #817Gravatar Gael Guennebaud2015-09-02
* surpress some warningsGravatar Christoph Hertzberg2015-08-17
* mergeGravatar Gael Guennebaud2015-08-16
|\
| * Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16