aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/array_cwise.cpp
Commit message (Expand)AuthorAge
* Augment NumTraits with min/max_exponent() again.Gravatar Antonio Sanchez2021-03-16
* Revert "Augment NumTraits with min/max_exponent()."Gravatar David Tellenbach2021-03-17
* Augment NumTraits with min/max_exponent().Gravatar Antonio Sanchez2021-03-17
* Make half/bfloat16 constructor take inputs by value, fix powerpc test.Gravatar Antonio Sanchez2021-02-27
* Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-24
* New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for...Gravatar Rasmus Munk Larsen2021-02-17
* Add more tests for pow and fix a corner case for huge exponent where the resu...Gravatar Rasmus Munk Larsen2021-02-05
* Eliminate implicit conversion warning in test/array_cwise.cppGravatar Antonio Sanchez2021-01-23
* Replace std::isnan with numext::isnan for c++03Gravatar Antonio Sanchez2021-01-23
* Fix pow and other cwise ops for half/bfloat16.Gravatar Antonio Sanchez2021-01-22
* Vectorize `pow(x, y)`. This closes https://gitlab.com/libeigen/eigen/-/issues...Gravatar Rasmus Munk Larsen2021-01-18
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
* Change the sign operator in Eigen to return NaN for NaN arguments, not zero.Gravatar Rasmus Munk Larsen2020-07-07
* Make size odd for transposeInPlace test to make sure we hit the scalar path.Gravatar Rasmus Munk Larsen2020-05-07
* Block transposeInPlace() when the matrix is real and square. This yields a la...Gravatar Rasmus Munk Larsen2020-04-28
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* Fix implementation of complex expm1. Add tests that fail with previous implem...Gravatar Srinivas Vasudevan2019-12-12
* PR 719: fix real/imag namespace conflictGravatar Gael Guennebaud2019-10-08
* Add more extensive tests of Array ctors, including {} variantsGravatar Gael Guennebaud2019-01-22
* Add support for inverse hyperbolic functions.Gravatar Rasmus Munk Larsen2019-01-11
* Rename test/array.cpp to test/array_cwise.cpp to avoid conflicts with the arr...Gravatar Gael Guennebaud2018-09-20