aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
* Altivec template functions to better code reusabilityGravatar Pedro Caldeira2020-05-11
* Eigen moved the `scanLauncehr` function inside the internal namespace.Gravatar mehdi-goli2020-05-11
* Remove packet ops pinsertfirst and pinsertlast that are only used in a single...Gravatar Rasmus Munk Larsen2020-05-08
* Possibility to specify user-defined default cache sizes for GEBP kernelGravatar David Tellenbach2020-05-08
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07
* Remove traits declaring NEON vectorized casts that do not actually have packe...Gravatar Rasmus Munk Larsen2020-05-07
* Fix confusing template param name for Stride fwd decl.Gravatar Xiaoxiang Cao2020-04-30
* Fix the embarrassingly incomplete fix to the embarrassing bug in blocked tran...Gravatar Rasmus Munk Larsen2020-04-29
* Fix (embarrassing) bug in blocked transpose.Gravatar Rasmus Munk Larsen2020-04-29
* Add missing transpose in cleanup loop. Without it, we trip an assertion in de...Gravatar Rasmus Munk Larsen2020-04-29
* Fix compilation error with Clang on Android: _mm_extract_epi64 fails to compile.Gravatar Rasmus Munk Larsen2020-04-29
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Block transposeInPlace() when the matrix is real and square. This yields a la...Gravatar Rasmus Munk Larsen2020-04-28
* Add support to vector instructions to Packet16uc and Packet16cGravatar Pedro Caldeira2020-04-27
* Remove unused packet op "preduxp".Gravatar Rasmus Munk Larsen2020-04-23
* BooleanRedux.h: Add more EIGEN_DEVICE_FUNC qualifiers.Gravatar René Wagner2020-04-23
* Add Packet8s and Packet8us to support signed/unsigned int16/short Altivec vec...Gravatar Pedro Caldeira2020-04-21
* Fix bug in ptrue for Packet16b.Gravatar Rasmus Munk Larsen2020-04-20
* Add partial vectorization for matrices and tensors of bool. This speeds up bo...Gravatar Rasmus Munk Larsen2020-04-20
* Move eigen_packet_wrapper to GenericPacketMath.h and use it for SSE/AVX/AVX51...Gravatar Rasmus Munk Larsen2020-04-15
* Fix typo in TypeCasting.hGravatar Rasmus Munk Larsen2020-04-14