| Commit message (Expand) | Author | Age |
... | |
* | Add a unit test to stress our solvers with Boost.Multiprecision | Gael Guennebaud | 2016-07-20 |
* | Enable custom scalar types in some unit tests. | Gael Guennebaud | 2016-07-20 |
* | Make use of EIGEN_TEST_MAX_SIZE | Gael Guennebaud | 2016-07-20 |
* | Add missing Eigen::rsqrt global function | Gael Guennebaud | 2016-07-20 |
* | Add missing non-const reverse method in VectorwiseOp. | Gael Guennebaud | 2016-07-16 |
* | Fix test for nearly null input | Gael Guennebaud | 2016-07-12 |
* | Made the packetmath test compile again. A better fix would be to move the spe... | Benoit Steiner | 2016-07-11 |
* | merge | Gael Guennebaud | 2016-07-11 |
|\ |
|
| * | Relax strict equality | Gael Guennebaud | 2016-07-09 |
* | | bug #1232: refactor special functions as a new SpecialFunctions module, curre... | Gael Guennebaud | 2016-07-08 |
|/ |
|
* | Prevent division by zero. | Gael Guennebaud | 2016-07-07 |
* | Fix unit test. | Gael Guennebaud | 2016-07-06 |
* | Relax is_equal to is_approx because scaling might modify last bit. | Gael Guennebaud | 2016-07-06 |
* | Improve numerical robustness of RealSchur: add scaling and compare sub-diag e... | Gael Guennebaud | 2016-07-06 |
* | Fix warning. | Gael Guennebaud | 2016-07-06 |
* | Revert unwanted changes. | Gael Guennebaud | 2016-07-04 |
* | Fix nesting of SolveWithGuess, and add unit test. | Gael Guennebaud | 2016-07-04 |
* | Add unit test for solveWithGuess, and fix template resolution. | Gael Guennebaud | 2016-07-04 |
* | bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec... | Gael Guennebaud | 2016-07-04 |
* | Fix compilation of some unit tests with msvc | Gael Guennebaud | 2016-07-04 |
* | bug #1247: fix regression in compilation of pow(integer,integer), and add res... | Gael Guennebaud | 2016-06-25 |
* | merge PR 194 | Gael Guennebaud | 2016-06-23 |
|\ |
|
| * | Introduce a NumTraits<T>::Literal type to be used for literals, and | Gael Guennebaud | 2016-06-23 |
* | | Biug 1242: fix comma init with empty matrices. | Gael Guennebaud | 2016-06-23 |
| * | merge | Gael Guennebaud | 2016-06-14 |
| |\
| |/
|/| |
|
| * | Generalize expr/expr and scalar/expr wrt scalar types. | Gael Guennebaud | 2016-06-14 |
| * | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr). | Gael Guennebaud | 2016-06-14 |
| * | Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex... | Gael Guennebaud | 2016-06-14 |
| * | Add unit test for AlignedBox::center | Gael Guennebaud | 2016-06-14 |
| * | Add unittesting plugins to scalar_product_op and scalar_quotient_op to help c... | Gael Guennebaud | 2016-06-14 |
| * | Implement scalar multiples and division by a scalar as a binary-expression wi... | Gael Guennebaud | 2016-06-14 |
| * | Fix compilation of evaluator unit test | Gael Guennebaud | 2016-06-14 |
| * | check for mixing types in "array / scalar" expressions | Gael Guennebaud | 2016-06-13 |
* | | Add debug output. | Gael Guennebaud | 2016-06-11 |
| * | Add real.pow(complex), complex.pow(real) unit tests. | Gael Guennebaud | 2016-06-10 |
| * | Disable shortcuts for res ?= prod when the scalar types do not match exactly. | Gael Guennebaud | 2016-06-06 |
| * | Relax mixing-type constraints for binary coefficient-wise operators: | Gael Guennebaud | 2016-06-06 |
* | | Add unit test for non symmetric generalized eigenvalues | Gael Guennebaud | 2016-06-09 |
* | | Copied a regression test from 3.2 branch. | Christoph Hertzberg | 2016-06-08 |
|/ |
|
* | Add randomized properties tests for betainc special function. | Eugene Brevdo | 2016-06-05 |
* | Add TernaryFunctors and the betainc SpecialFunction. | Eugene Brevdo | 2016-06-02 |
* | Fix unit test. | Gael Guennebaud | 2016-06-03 |
* | bug #1193: fix lpNorm<Infinity> for empty input. | Gael Guennebaud | 2016-06-02 |
* | Disable MSVC's "decorated name length exceeded, name was truncated" warning i... | Gael Guennebaud | 2016-06-02 |
* | Fix pointer to long conversion warning. | Gael Guennebaud | 2016-06-02 |
* | Expose log1p to Array. | Gael Guennebaud | 2016-06-01 |
* | bug #1238: fix SparseMatrix::sum() overload for un-compressed mode. | Gael Guennebaud | 2016-05-31 |
* | Cleaner implementation of dont_over_optimize. | Christoph Hertzberg | 2016-05-27 |
* | Disabled GCC6's ignored-attributes warning in packetmath unit test. | Gael Guennebaud | 2016-05-26 |
* | Fix some conversion warnings in unit tests. | Gael Guennebaud | 2016-05-26 |