aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* Eigen: Fix MSVC C++17 language standard detection logicGravatar Scott Ramsby2019-05-03
* Add masked_store_available to unpacket_traitsGravatar Eugene Zhulenev2019-05-02
* Add masked pstoreu for Packet16hGravatar Eugene Zhulenev2019-05-02
* Add masked pstoreu to AVX and AVX512 PacketMathGravatar Eugene Zhulenev2019-05-02
* Fix regression in changeset ae33e866c750c6c24ada5c6f7f3ec15815d0e683Gravatar Gael Guennebaud2019-05-02
* Fix compilation with PGI version 19Gravatar Andy May2019-04-25
* Merged in ezhulenev/eigen-01 (pull request PR-632)Gravatar Gael Guennebaud2019-04-25
|\
| * Fix doxygen warnings to enable statis code analysisGravatar Eugene Zhulenev2019-04-24
* | Get rid of SequentialLinSpacedReturnType deprecation warnings in DenseBase.hGravatar Eugene Zhulenev2019-04-24
|/
* Remove deprecation annotation from typedef Eigen::Index Index, as it would ge...Gravatar Rasmus Munk Larsen2019-04-24
* Add missing EIGEN_DEPRECATED annotations to deprecated functions and fix few ...Gravatar Eugene Zhulenev2019-04-23
* Use packet ops instead of AVX2 intrinsicsGravatar Eugene Zhulenev2019-04-23
* Adding lowlevel APIs for optimized RHS packet load in TensorFlowGravatar Anuj Rawat2019-04-20
* Collapsed revision from PR-619Gravatar William D. Irons2019-03-26
* ICC does not support -fno-unsafe-math-optimizationsGravatar Gael Guennebaud2019-03-22
* updates requested in the PR feedback. Also droping coded within #ifdef EIGEN_...Gravatar Deven Desai2019-03-19
* Merged eigen/eigen into defaultGravatar Deven Desai2019-03-19
|\
| * Merged in rmlarsen/eigen (pull request PR-618)Gravatar Rasmus Larsen2019-03-18
| |\
| * | bug #1692: enable enum as sizes of Matrix and ArrayGravatar Gael Guennebaud2019-03-17
| | * Make clipping outside [-18:18] consistent for vectorized and non-vectorized p...Gravatar Rasmus Munk Larsen2019-03-15
| |/
| * Clean up half packet traits and add a few more missing packet ops.Gravatar Rasmus Munk Larsen2019-03-14
| * PR 593: Add variadtic ctor for DiagonalMatrix with unit testsGravatar David Tellenbach2019-03-14
| * bug #1684: partially workaround clang's 6/7 bug #40815Gravatar Gael Guennebaud2019-03-13
| * Clean up PacketMathHalf.h and add a few missing logical packet ops.Gravatar Rasmus Munk Larsen2019-03-11
| * Apply SSE's pmin/pmax fix for GCC <= 5 to AVX's pmin/pmaxGravatar Gael Guennebaud2019-03-10
| * bug #1689 fix used-but-marked-unused warningGravatar Gael Guennebaud2019-03-05
| * Enable construction of Ref<VectorType> from a runtime vector.Gravatar Gael Guennebaud2019-03-03
| * Fully qualify Eigen::internal::aligned_freeGravatar Sam Hasinoff2019-03-02
| * fix alignment in ploadquadGravatar Gael Guennebaud2019-02-22
| * AVX512: implement faster ploadquad<Packet16f> thus speeding up GEMMGravatar Gael Guennebaud2019-02-21
| * bug #1674: workaround clang fast-math aggressive optimizationsGravatar Gael Guennebaud2019-02-22
| * Fix compilation on ARM.Gravatar Gael Guennebaud2019-02-22
| * Speed up col/row-wise reverse for fixed size matrices by propagating compile-...Gravatar Gael Guennebaud2019-02-21
| * Add a few missing packet ops: cmp_eq for NEON. pfloor for GPU.Gravatar Rasmus Munk Larsen2019-02-21
| * Add fully generic Vector<Type,Size> and RowVector<Type,Size> type aliases.Gravatar Gael Guennebaud2019-02-20
| * Update documentation of Matrix and Array type aliases.Gravatar Gael Guennebaud2019-02-20
| * Protect c++11 type alias with Eigen's macro, and add respective unit test.Gravatar Gael Guennebaud2019-02-20
| * Merged in ra_bauke/eigen (pull request PR-180)Gravatar Gael Guennebaud2019-02-20
| |\
| * | bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:Gravatar Gael Guennebaud2019-02-20
| * | Commas at the end of enumerator lists are not allowed in C++03Gravatar Christoph Hertzberg2019-02-19
| * | Add C++17 detection macro, and make sure throw(xpr) is not used if the compil...Gravatar Gael Guennebaud2019-02-19
| * | Fix harmless Scalar vs RealScalar cast.Gravatar Gael Guennebaud2019-02-18
| * | Fix regression: .conjugate() was popped out but not re-introduced.Gravatar Gael Guennebaud2019-02-18
| * | Set cost of conjugate to 0 (in practice it boils down to a no-op).Gravatar Gael Guennebaud2019-02-18
| * | GEMM: catch all scalar-multiple variants when falling-back to a coeff-based p...Gravatar Gael Guennebaud2019-02-18
| * | 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