aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
* Fix Ref initialization.Gravatar Antonio Sanchez2021-01-06
* Allow CwiseUnaryView to be used on device.Gravatar Antonio Sanchez2021-01-06
* Fix Ref Stride checks.Gravatar Antonio Sanchez2021-01-05
* Eliminate boolean product warnings by factoring out aGravatar Christoph Hertzberg2021-01-05
* Add CUDA complex sqrt.Gravatar Antonio Sanchez2020-12-22
* Fix missing EIGEN_DEVICE_FUNCGravatar rgreenblatt2020-12-20
* * Add iterative psqrt<double> for AVX and SSE when FMA is available. This pro...Gravatar Rasmus Munk Larsen2020-12-16
* Add an additional step of Newton-Raphson for `psqrt<double>` on Arm, which ot...Gravatar Rasmus Munk Larsen2020-12-15
* Remove comma at the end of enumeration list to silence C++03 warningsGravatar David Tellenbach2020-12-13
* Fix implicit cast to double.Gravatar Antonio Sanchez2020-12-12
* Fix NEON pmax<PropagateNumbers,Packet4bf>.Gravatar Antonio Sanchez2020-12-11
* Fix typo in AVX512 packet math.Gravatar Antonio Sanchez2020-12-11
* Remove unused macro in Half.hGravatar David Tellenbach2020-12-12
* Fix more SSE/AVX packet conversions for peven.Gravatar Antonio Sanchez2020-12-11