aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Fix sqrt, ldexp and frexp compilation errors.Gravatar Chip Kerchner2021-01-25
* 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 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
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* Remove `inf` local variable.Gravatar Antonio Sanchez2021-01-12
* Remove TODO from Transform::computeScaleRotation()Gravatar Antonio Sanchez2021-01-11
* Transform::computeScalingRotation flush determinant to +/- 1.Gravatar Antonio Sanchez2021-01-11
* Only specialize complex `sqrt_impl` for CUDA if not MSVC.Gravatar Antonio Sanchez2021-01-11
* Fix for breakage in ROCm support - 210108Gravatar Deven Desai2021-01-08
* Fix MSVC complex sqrt and packetmath test.Gravatar Antonio Sanchez2021-01-08
* Make Transform::computeRotationScaling(0,&S) continuousGravatar Essex Edwards2021-01-07
* Add missing #endif directive in Macros.hGravatar David Tellenbach2021-01-07
* #define was defined incorrectly because the result_of function was deprecated...Gravatar shrek14022021-01-07