aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* Revert ".gitlab-ci.yml: initial commit"Gravatar David Tellenbach2020-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
* Update run instructions for benchCholeskyGravatar n0mend2020-06-01
* 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
* Bug #1767: increase required cmake version to 3.5.0Gravatar 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
* .gitlab-ci.yml: initial commitGravatar Christoph Junghans2020-05-29
* Add support for PacketBlock<Packet8s,4> and PacketBlock<Packet16uc,4> ptransp...Gravatar Kan Chen2020-05-29
* Disable test for 32-bit systems (e.g. ARM, i386)Gravatar Antonio Sánchez2020-05-28
* 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
* Guard usage of decltype since it's a C++11 featureGravatar David Tellenbach2020-05-20
* Add guard around specialization for bool, which is only currently implemented...Gravatar Rasmus Munk Larsen2020-05-19
* - 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
* Add KLU support to spbenchsolverGravatar Mark Eberlein2020-05-11
* 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
* Make size odd for transposeInPlace test to make sure we hit the scalar path.Gravatar Rasmus Munk Larsen2020-05-07
* Remove traits declaring NEON vectorized casts that do not actually have packe...Gravatar Rasmus Munk Larsen2020-05-07
* Add parallelization of TensorScanOp for types without packet ops.Gravatar Rasmus Munk Larsen2020-05-06
* Fix accidental copy of loop variable.Gravatar Rasmus Munk Larsen2020-05-05
* Vectorize and parallelize TensorScanOp.Gravatar Rasmus Munk Larsen2020-05-05
* 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
* Fix perf monitoring merge functionGravatar Clément Grégoire2020-04-28
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28