aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* | | Fix floor/ceil for NEON fp16.Gravatar Antonio Sanchez2021-02-25
* | | Fix SSE/NEON pfloor/pceil for saturated values.Gravatar Antonio Sanchez2021-02-25
| | * Fix indentation.Gravatar Rasmus Munk Larsen2021-02-25
| | * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-25
| |/ |/|
* | Fix clang compile when no MMA flags are set. Simplify MMA compiler detection.Gravatar Chip-Kerchner2021-02-24
| * Fix indentation.Gravatar Rasmus Munk Larsen2021-02-24
| * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-25
|/
* Remove unused function scalar_cmp_with_cast.Gravatar Rasmus Munk Larsen2021-02-24
* Cast anonymous enums to int when used in expressions.Gravatar Rasmus Munk Larsen2021-02-24
* Having forward template function declarations in a P10 file causes bad code i...Gravatar Chip-Kerchner2021-02-24
* Add `invoke_result` and eliminate `result_of` warnings for C++17+.Gravatar Antonio Sanchez2021-02-24
* Fixes to support old and new versions of the compilers for built-ins. Cast t...Gravatar Chip-Kerchner2021-02-24
* Fix CUDA device new and delete, and add test.Gravatar Antonio Sanchez2021-02-24
* Disable fast psqrt for NEON.Gravatar Antonio Sanchez2021-02-23
* Fix check if GPU compile phase for std::hashGravatar Antonio Sanchez2021-02-23
* Fix some CUDA warnings.Gravatar Antonio Sanchez2021-02-24
* Accurate pow, part 2. This change adds specializations of log2 and exp2 for d...Gravatar Rasmus Munk Larsen2021-02-23
* Fixed sparse conservativeResize() when both num cols and rows decreased.Gravatar Adam Shapiro2021-02-23
* Fix compilation errors with later versions of GCC and use of MMA.Gravatar Chip-Kerchner2021-02-22
* Fixes Bug #1925. Packets should be passed by const reference, even to inline ...Gravatar Christoph Hertzberg2021-02-20
* Bug #1910: Make SparseCholesky work for RowMajor matricesGravatar Christoph Hertzberg2021-02-19
* Revert "add EIGEN_DEVICE_FUNC to EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF macros (o...Gravatar Antonio Sánchez2021-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
* 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