aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Return nan at poles of polygamma, digamma, and zeta if limit is not definedGravatar frgossen2021-02-19
* Use the Cephes double subtraction trick in pexp<float> even when FMA is avail...Gravatar Rasmus Munk Larsen2021-02-18
* add EIGEN_DEVICE_FUNC to EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF macros (only if n...Gravatar Masaki Murooka2021-02-17
* Bump to 3.4.99Gravatar David Tellenbach2021-02-17
* Define internal::make_unsigned for [unsigned]long long on macOS.Gravatar David Tellenbach2021-02-17
* Fix uninitialized warning on AVX.Gravatar Antonio Sanchez2021-02-17
* Fixed performance issues for VSX and P10 MMA in general_matrix_matrix_productGravatar Chip Kerchner2021-02-17
* New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for...Gravatar Rasmus Munk Larsen2021-02-17
* Updated pfrexp implementation.Gravatar Antonio Sanchez2021-02-17
* Document possible inconsistencies when using `Matrix<bool, ...>`Gravatar David Tellenbach2021-02-17
* missing method in packetmath.h void ptranspose(PacketBlock<Packet16uc, 4>& ke...Gravatar Ashutosh Sharma2021-02-16
* Avoid -Wunused warnings in NDEBUG builds.Gravatar Jan van Dijk2021-02-12
* Don't allow all test jobs to fail but only the currently failing ones.Gravatar David Tellenbach2021-02-12
* Use vrsqrts for rsqrt Newton iterations.Gravatar Antonio Sanchez2021-02-11
* Adjust bounds for pexp_float/doubleGravatar Antonio Sanchez2021-02-10
* Fix ldexp implementations.Gravatar Antonio Sanchez2021-02-10
* loop less ptransposeGravatar Ashutosh Sharma2021-02-10
* Remove vim specific comments to recognoize correct file-type.Gravatar David Tellenbach2021-02-09
* Replace nullptr by NULL in SparseLU.h to be C++03 compliant.Gravatar David Tellenbach2021-02-09
* add specialization of check_sparse_solving() for SuperLU solver, in order to ...Gravatar Ralf Hannemann-Tamas2021-02-08
* Fix documentation typos in LDLT.hGravatar Nikolaus Demmel2021-02-08
* Enable bdcsvd on host.Gravatar Antonio Sanchez2021-02-08
* Add more tests for pow and fix a corner case for huge exponent where the resu...Gravatar Rasmus Munk Larsen2021-02-05
* Disable vectorized pow for half/bfloat16.Gravatar Antonio Sanchez2021-02-05
* Fix excessive GEBP register spilling for 32-bit NEON.Gravatar Antonio Sanchez2021-02-03
* Eliminate implicit conversions from float to double.Gravatar Antonio Sanchez2021-02-01
* Implement bit_* for device.Gravatar Antonio Sanchez2021-02-01
* Fix altivec packetmath.Gravatar Antonio Sanchez2021-01-28
* Fix clang compilation for AltiVec from previous check-inGravatar Chip Kerchner2021-01-28
* Add the following functionsGravatar David Tellenbach2021-01-28
* Add the following functions:Gravatar David Tellenbach2021-01-28
* Allow for negative strides.Gravatar Gael Guennebaud2021-01-27
* Replace language_support module with builtin CheckLanguageGravatar Samir Benmendil2021-01-27
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Fix sqrt, ldexp and frexp compilation errors.Gravatar Chip Kerchner2021-01-25
* fix test of ExtractVolumePatchesOpGravatar Gmc22021-01-25
* 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
* Remove unused variable in SparseLU.hGravatar Florian Maurin2021-01-22
* Fix pow and other cwise ops for half/bfloat16.Gravatar Antonio Sanchez2021-01-22
* Specialize std::complex operators for use on GPU device.Gravatar Antonio Sanchez2021-01-22
* Add support for Arm SVEGravatar David Tellenbach2021-01-21
* Fix pfrexp/pldexp for half.Gravatar Antonio Sanchez2021-01-21
* Fix stable_norm_1 test.Gravatar Antonio Sanchez2021-01-21
* Remove std::cerr in iterative solver since we don't have iostream.Gravatar David Tellenbach2021-01-21
* Fix signed-unsigned comparison.Gravatar Antonio Sanchez2021-01-20
* Proper CPUIDGravatar Ivan Popivanov2021-01-18
* Vectorize `pow(x, y)`. This closes https://gitlab.com/libeigen/eigen/-/issues...Gravatar Rasmus Munk Larsen2021-01-18
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17
* fix paddings of TensorVolumePatchOpGravatar Maozhou, Ge2021-01-15