aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
* 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 async evaluation support to TensorSlicingOp.Gravatar Eugene Zhulenev2020-04-22
* 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
* Update PreprocessorDirectives.dox - Added line for the new VectorwiseOp plugi...Gravatar dlazenby2020-04-17
* 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
* Fix big in vectorized casting ofGravatar Rasmus Munk Larsen2020-04-14
* Fix a bug in TensorIndexList.hGravatar Changming Sun2020-04-13
* CommaInitializer wrongfully asserted for 0-sized blocksGravatar Christoph Hertzberg2020-04-13
* Fixed commainitializer test.Gravatar Antonio Sanchez2020-04-10
* Resolve C4346 when building eigen on windowsGravatar jangsoopark2020-04-08
* Speed up matrix multiplication for small to medium size matrices by using hal...Gravatar Rasmus Munk Larsen2020-04-07
* Replace norm() with squaredNorm() to address integer overflowsGravatar Antonio Sanchez2020-04-07
* Missing struct definition in NumTraitsGravatar Antonio Sanchez2020-04-07
* Add numeric_limits min and max for boolGravatar Akshay Naresh Modi2020-04-06
* Bugfix: conjugate_gradient did not compile with lazy-evaluated RealScalarGravatar Bernardo Bahia Monteiro2020-03-29
* Fix packetmath test build for AVX.Gravatar Rasmus Munk Larsen2020-03-27
* Fix bug in https://gitlab.com/libeigen/eigen/-/commit/52d54278beefee8b2f19dcc...Gravatar Rasmus Munk Larsen2020-03-27
* Fix bug in https://gitlab.com/libeigen/eigen/-/commit/52d54278beefee8b2f19dcc...Gravatar Rasmus Munk Larsen2020-03-27