aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* merge PR 194Gravatar Gael Guennebaud2016-06-23
|\
| * Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
* | Biug 1242: fix comma init with empty matrices.Gravatar Gael Guennebaud2016-06-23
| * mergeGravatar Gael Guennebaud2016-06-14
| |\ | |/ |/|
| * Generalize expr/expr and scalar/expr wrt scalar types.Gravatar Gael Guennebaud2016-06-14
| * Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
| * Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14
| * Add unit test for AlignedBox::centerGravatar Gael Guennebaud2016-06-14
| * Add unittesting plugins to scalar_product_op and scalar_quotient_op to help c...Gravatar Gael Guennebaud2016-06-14
| * Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
| * Fix compilation of evaluator unit testGravatar Gael Guennebaud2016-06-14
| * check for mixing types in "array / scalar" expressionsGravatar Gael Guennebaud2016-06-13
* | Add debug output.Gravatar Gael Guennebaud2016-06-11
| * Add real.pow(complex), complex.pow(real) unit tests.Gravatar Gael Guennebaud2016-06-10
| * Disable shortcuts for res ?= prod when the scalar types do not match exactly.Gravatar Gael Guennebaud2016-06-06
| * Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* | Add unit test for non symmetric generalized eigenvaluesGravatar Gael Guennebaud2016-06-09
* | Copied a regression test from 3.2 branch.Gravatar Christoph Hertzberg2016-06-08
|/
* Add randomized properties tests for betainc special function.Gravatar Eugene Brevdo2016-06-05
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* Fix unit test.Gravatar Gael Guennebaud2016-06-03
* bug #1193: fix lpNorm<Infinity> for empty input.Gravatar Gael Guennebaud2016-06-02
* Disable MSVC's "decorated name length exceeded, name was truncated" warning i...Gravatar Gael Guennebaud2016-06-02
* Fix pointer to long conversion warning.Gravatar Gael Guennebaud2016-06-02
* Expose log1p to Array.Gravatar Gael Guennebaud2016-06-01
* bug #1238: fix SparseMatrix::sum() overload for un-compressed mode.Gravatar Gael Guennebaud2016-05-31
* Cleaner implementation of dont_over_optimize.Gravatar Christoph Hertzberg2016-05-27
* Disabled GCC6's ignored-attributes warning in packetmath unit test.Gravatar Gael Guennebaud2016-05-26
* Fix some conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* Fix numerous pointer-to-integer conversion warnings in unit tests.Gravatar Gael Guennebaud2016-05-26
* Fix typo in dont_over_optimizeGravatar Gael Guennebaud2016-05-25
* Fix warning.Gravatar Gael Guennebaud2016-05-25
* Workaround clang/llvm bug in code generation.Gravatar Gael Guennebaud2016-05-24
* bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
* Fixed a typo in the array.cpp testGravatar Benoit Steiner2016-05-23
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20
* Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* polygamma is C99/C++11 onlyGravatar Gael Guennebaud2016-05-20
* Rename UniformRandom to UnitRandom.Gravatar Gael Guennebaud2016-05-20
* bug #823: add static method to Quaternion for uniform random rotations.Gravatar Joseph Mirabel2016-05-20
* Fix unit test.Gravatar Gael Guennebaud2016-05-19
* Improve unit tests of zeta, polygamma, and digammaGravatar Gael Guennebaud2016-05-19
* Fix SelfAdjointEigenSolver for some input expression types, and add new regre...Gravatar Gael Guennebaud2016-05-19
* Add support for SelfAdjointView::diagonal()Gravatar Gael Guennebaud2016-05-19
* bug #1230: add support for SelfadjointView::triangularView.Gravatar Gael Guennebaud2016-05-19
* bug #1231: fix compilation regression regarding complex_array/=real_array and...Gravatar Gael Guennebaud2016-05-18
* bug #1224: fix regression in (dense*dense).sparseView() by specializing evalu...Gravatar Gael Guennebaud2016-05-18