aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
...
| * | Guard C++11-style default constructor. Also, this is only needed for MSVCGravatar Christoph Hertzberg2019-02-16
| * | bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
| * | bug #1678: Fix lack of __FMA__ macro on MSVC with AVX512Gravatar Gael Guennebaud2019-02-15
| * | bug #1678: workaround MSVC compilation issues with AVX512Gravatar Gael Guennebaud2019-02-15
| * | Revert https://bitbucket.org/eigen/eigen/commits/b55b5c7280a0481f01fe5ec764d5...Gravatar Rasmus Munk Larsen2019-02-14
| * | Fix compilation of empty products of the form: Mx0 * 0xNGravatar Gael Guennebaud2019-02-11
| * | Make GEMM fallback to GEMV for runtime vectors.Gravatar Gael Guennebaud2019-02-07
| * | Backed out changeset 4c0fa6ce0f81ce67dd6723528ddf72f66ae92ba2Gravatar Gael Guennebaud2019-02-07
| * | bug #1676: workaround GCC's bug in c++17 mode.Gravatar Gael Guennebaud2019-02-07
| * | Remove duplicated comment lineGravatar Eugene Zhulenev2019-02-04
| * | Fix GeneralBlockPanelKernel Android compilationGravatar Eugene Zhulenev2019-02-04
| * | bug #1674: disable GCC's unsafe-math-optimizations in sin/cos vectorization (...Gravatar Gael Guennebaud2019-02-03
| * | Merged in rmlarsen/eigen (pull request PR-578)Gravatar Rasmus Larsen2019-02-02
| |\ \
| * | | Speed up row-major matrix-vector product on ARMGravatar Sameer Agarwal2019-02-01
| | * | Speed up Eigen matrix*vector and vector*matrix multiplication.Gravatar Rasmus Munk Larsen2019-01-31
| |/ /
| * | GEBP: improves pipelining in the 1pX4 path with FMA.Gravatar Gael Guennebaud2019-01-30
| * | Fix compilation with ARM64.Gravatar Gael Guennebaud2019-01-30
| * | Fix conflicts and mergeGravatar Gael Guennebaud2019-01-30
| |\ \
| * | | According to https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89101, the previous...Gravatar Gael Guennebaud2019-01-30
| * | | ARM64 & GEBP: add specialization for double +30% speed upGravatar Gael Guennebaud2019-01-30
| * | | ARM64 & GEBP: Make use of vfmaq_laneq_f32 and workaround GCC's issue in gener...Gravatar Gael Guennebaud2019-01-30
| * | | Renaming some more `I` identifiersGravatar Christoph Hertzberg2019-01-26
| * | | Fix compilation error in NEON GEBP specializaition of madd.Gravatar Rasmus Munk Larsen2019-01-25
| * | | cleanupGravatar Gael Guennebaud2019-01-24
| * | | PR 574: use variadic template instead of initializer_list to implement fixed-...Gravatar David Tellenbach2019-01-23
| * | | Cleanup SFINAE in Array/Matrix(initializer_list) ctors and minor doc editing.Gravatar Gael Guennebaud2019-01-22
| * | | PR 572: Add initializer list constructors to Matrix and Array (include unit t...Gravatar David Tellenbach2019-01-21
| * | | Replace host_define.h with cuda_runtime_api.hGravatar nluehr2019-01-18
| * | | Mask unused-parameter warnings, when building with NDEBUGGravatar Christoph Hertzberg2019-01-18
| * | | Add missing logical packet ops for GPU and NEON.Gravatar Rasmus Munk Larsen2019-01-17
| * | | Remove some useless const_castGravatar Gael Guennebaud2019-01-17
| * | | Make nestByValue works again (broken since 3.3) and add unit tests.Gravatar Gael Guennebaud2019-01-17
| * | | Extend reshaped unit tests and remove useless const_castGravatar Gael Guennebaud2019-01-17
| * | | Cleanup useless const_cast and add missing broadcast assignment testsGravatar Gael Guennebaud2019-01-17
| * | | PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD).Gravatar Patrick Peltzer2019-01-17
| * | | Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ...Gravatar Gael Guennebaud2019-01-17
| * | | bug #1646: fix false aliasing detection for A.row(0) = A.col(0);Gravatar Gael Guennebaud2019-01-17
| * | | Fix compilation error for logical packet ops with older compilers.Gravatar Rasmus Munk Larsen2019-01-16
| * | | GEBP: fix swapped kernel mode with AVX512 and complex scalarsGravatar Gael Guennebaud2019-01-16
| * | | GEBP: cleanup logic to choose between a 4 packets of 1 packetGravatar Gael Guennebaud2019-01-16
| * | | bug #1661: fix regression in GEBP and AVX512Gravatar Gael Guennebaud2019-01-16
| * | | bug #1646: disable aliasing detection for empty and 1x1 expressionGravatar Gael Guennebaud2019-01-16
| * | | bug #1633: use proper type for madd temporaries, factorize RhsPacketx4.Gravatar Gael Guennebaud2019-01-16
| * | | Bug: 1633: refactor gebp kernel and optimize for neonGravatar Renjie Liu2019-01-16
| * | | Silent maybe-uninitialized warnings by gccGravatar Gael Guennebaud2019-01-15
| * | | Enable visitor on empty matrices (the visitor is left unchanged), and protect...Gravatar Gael Guennebaud2019-01-15
| * | | bug #1592: makes partial min/max reductions trigger an assertion on inputs wi...Gravatar Gael Guennebaud2019-01-15
| * | | Fix detection of vector-at-time: use Rows/Cols instead of MaxRow/MaxCols.Gravatar Gael Guennebaud2019-01-15
| * | | TypoGravatar Gael Guennebaud2019-01-15
| * | | Merged in rmlarsen/eigen (pull request PR-570)Gravatar Rasmus Larsen2019-01-14
| |\ \ \