aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/MathFunctions.h
Commit message (Expand)AuthorAge
* Device implementation of log for std::complex types.Gravatar Nathan Luehr2021-05-11
* Fix for issue where numext::imag and numext::real are used before they are de...Gravatar Rohit Santhanam2021-05-10
* Restore ABI compatibility for conj with 3.3, fix conflict with boost.Gravatar Antonio Sanchez2021-05-07
* Fix numext::arg return type.Gravatar Antonio Sanchez2021-05-07
* Eliminate `round_impl` double-promotion warnings for c++03.Gravatar Antonio Sanchez2021-03-25
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Fix numext::round pre c++11 for large inputs.Gravatar Antonio Sanchez2021-03-15
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Fix pow and other cwise ops for half/bfloat16.Gravatar Antonio Sanchez2021-01-22
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17
* Fix for breakage in ROCm support - 210108Gravatar Deven Desai2021-01-08
* Fix MSVC complex sqrt and packetmath test.Gravatar Antonio Sanchez2021-01-08
* Add CUDA complex sqrt.Gravatar Antonio Sanchez2020-12-22
* Replace M_LOG2E and M_LN2 with custom macros.Gravatar Antonio Sanchez2020-12-11
* Fix boolean float conversion and product warnings.Gravatar Antonio Sanchez2020-11-24
* Explicit casts of S -> std::complex<T>Gravatar Antonio Sanchez2020-11-14
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Fix CUDA build breakage and incorrect result for absdiff on HIP with long dou...Gravatar Rasmus Munk Larsen2020-10-02
* Fix bfloat16 round on gcc 4.8Gravatar Pedro Caldeira2020-09-14
* remove semi triggering -Wextra-semi-stmtGravatar Alexander Neumann2020-09-07
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* call Explicitly ::rint and ::rintf for targets without c++11. Without this, t...Gravatar Rasmus Munk Larsen2020-01-10
* Don't add EIGEN_DEVICE_FUNC to random() since ::rand is not available in Cuda.Gravatar Rasmus Munk Larsen2020-01-09
* Add missing EIGEN_DEVICE_FUNC annotations in MathFunctions.h.Gravatar Rasmus Munk Larsen2020-01-09
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* Resolve double-promotion warnings when compiling with clang.Gravatar Christoph Hertzberg2019-12-13
* 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
* Move implementation of vectorized error function erf() to SpecialFunctionsImp...Gravatar Rasmus Munk Larsen2019-09-27
* Fix erf in c++03Gravatar Eugene Zhulenev2019-09-25
* Fix for the HIP build+test errors.Gravatar Deven Desai2019-09-25
* Add generic PacketMath implementation of the Error Function (erf).Gravatar Rasmus Munk Larsen2019-09-19
* Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
* Revert changes to std_falback::log1p that broke handling of arguments less th...Gravatar Rasmus Munk Larsen2019-08-27
* Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
* Fix bugs in log1p and expm1 where repeated using statements would clobber eac...Gravatar Rasmus Munk Larsen2019-08-08
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* fix a doxygen issueGravatar Gael Guennebaud2018-10-08
* Collapsed revisionGravatar Mehdi Goli2018-08-28
* bug #1584: Improve random (avoid undefined behavior).Gravatar Alexey Frunze2018-08-08
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* merging updates from upstreamGravatar Deven Desai2018-07-11
|\
* | updates based on PR feedbackGravatar Deven Desai2018-06-14
* | syncing this fork with upstreamGravatar Deven Desai2018-06-13
|\ \
| | * Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
| |/
* | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| * Avoid unnecessary C++11 dependencyGravatar Christoph Hertzberg2018-06-07
|/
* Add a specialization of Eigen::numext::conj for std::complex<T> to be used wh...Gravatar nicolov2018-04-13