aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fix bfloat16 castsGravatar David Tellenbach2020-07-23
* Revert change that made conversion from bfloat16 to {float, double} implicit.Gravatar Rasmus Munk Larsen2020-07-22
* Fix cast of blfoat16 to std::complex<T>Gravatar David Tellenbach2020-07-22
* Make sure we take the little-endian path if __BYTE_ORDER__ is not defined.Gravatar Rasmus Munk Larsen2020-07-22
* Faster conversion from integer types to bfloat16Gravatar Niels Dekker2020-07-22
* Avoid division by zero in nonZerosEstimate() for empty blocks.Gravatar Rasmus Munk Larsen2020-07-22
* Make numext::as_uint a device function.Gravatar Rasmus Munk Larsen2020-07-22
* user-defined copy operations removed in favor of compiler-generated onesGravatar Alexander Turkin2020-07-20
* Avoid undefined behavior by union type punning in float_to_bfloat16_rtneGravatar Niels Dekker2020-07-14
* AVX path for BF16Gravatar Sheng Yang2020-07-14
* Allow implicit conversion from bfloat16 to float and doubleGravatar Niels Dekker2020-07-11
* Guard operator<< by EIGEN_NO_IO.Gravatar Rasmus Munk Larsen2020-07-09
* Add operator<< to print a quaternion.Gravatar Rasmus Munk Larsen2020-07-09
* Fix test basic stuffGravatar David Tellenbach2020-07-09
* Add operator==/operator!= to Quaternion. Fixes #1876.Gravatar Forrest Voight2020-07-07
* Change the sign operator in Eigen to return NaN for NaN arguments, not zero.Gravatar Rasmus Munk Larsen2020-07-07
* BF16 for scalar_cmp_with_cast_opGravatar Sheng Yang2020-07-01
* Fix tensor casts for large packets and casts to/from std::complexGravatar Antonio Sanchez2020-06-30
* Fix packetmath_1 float tests for arm/aarch64.Gravatar Antonio Sanchez2020-06-24
* Add missing Packet2l/Packet2ul ops for NEON.Gravatar Antonio Sanchez2020-06-22
* Added missing NEON pcasts, update packetmath tests.Gravatar Antonio Sanchez2020-06-21
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fix pscatter and pgather for Altivec Complex doubleGravatar Pedro Caldeira2020-06-16
* Fix unused variable warning on ArmGravatar David Tellenbach2020-06-15
* Fix #1818: SparseLU: add methods nnzL() and nnzU()Gravatar Sebastien Boisvert2020-06-11
* Fix #1911: add benchmark for move semantics with fixed-size matrixGravatar Sebastien Boisvert2020-06-11
* Remove HasCast and fix packetmath cast tests.Gravatar Antonio Sanchez2020-06-11
* Fix #1757: remove the word 'suicide'Gravatar Sebastien Boisvert2020-06-11
* Implement scalar_cmp_with_cast_opGravatar ShengYang12020-06-09
* Fix static analyzer warning in SelfadjointProduct.h.Gravatar Rasmus Munk Larsen2020-06-08
* Update FindComputeCpp.cmake to fix build problems on WindowsGravatar Thales Sabino2020-06-05
* Fix broken packetmath test for logistic on Arm.Gravatar Rasmus Munk Larsen2020-06-04
* Fix typo in previous update to generic predux_any.Gravatar Rasmus Munk Larsen2020-06-04
* Avoid implicit float equality comparison in generic predux_any, but use numex...Gravatar Rasmus Munk Larsen2020-06-04
* Fix compilation error in logistic packet op.Gravatar Rasmus Munk Larsen2020-06-03
* Bug #1777: make the scalar and packet path consistent for the logistic functi...Gravatar Gael Guennebaud2020-05-31
* Fix #556: warnings with mingwGravatar Gael Guennebaud2020-05-31
* Fix #1833: compilation issue of "array!=scalar" with c++20Gravatar Gael Guennebaud2020-05-30
* Save one extra temporary when assigning a sparse product to a row-major spars...Gravatar Gael Guennebaud2020-05-30
* Add support for PacketBlock<Packet8s,4> and PacketBlock<Packet16uc,4> ptransp...Gravatar Kan Chen2020-05-29
* Fix incorrect usage of `if defined(EIGEN_ARCH_PPC)` => `if EIGEN_ARCH_PPC`Gravatar Yong Tang2020-05-28
* Fix #1874: it works on both MSVC 2017 and other platforms.Gravatar Kan Chen2020-05-21
* Add pscatter for Packet16{u}c (int8)Gravatar Pedro Caldeira2020-05-20
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19
* Add newline at the end of StlIterators.h.Gravatar Rasmus Munk Larsen2020-05-15
* Fix #1874: workaround MSVC 2017 compilation issue.Gravatar Gael Guennebaud2020-05-15
* Add missing packet ops for bool, and make it pass the same packet op unit tes...Gravatar Rasmus Munk Larsen2020-05-14
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Indexed view should have RowMajorBit when there is staticly a single rowGravatar Christopher Moore2020-05-14
* Resolve "IndexedView of a vector should allow linear access"Gravatar Christopher Moore2020-05-13