aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* | | Fix AVX512 & GCC 6.3 compilationGravatar Eugene Zhulenev2019-05-07
* | | Restore C++03 compatibilityGravatar Christoph Hertzberg2019-05-06
* | | Fix traits for scalar_logistic_op.Gravatar Rasmus Munk Larsen2019-05-03
| | * 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
| * Speed up GEMV on AVX-512 builds, just as done for GEBP previously.Gravatar Gustavo Lima Chaves2019-04-26
* | 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
* bug #1695: fix a numerical robustness issue. Computing the secular equation a...Gravatar Gael Guennebaud2019-03-27
* 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
| * Remove EIGEN_MPL2_ONLY guard in IncompleteCholesky that is no longer needed a...Gravatar Rasmus Munk Larsen2019-03-13
| * 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
| * Merged in rmlarsen/eigen_threadpool (pull request PR-606)Gravatar Rasmus Larsen2019-03-06
| |\
| * | bug #1689 fix used-but-marked-unused warningGravatar Gael Guennebaud2019-03-05
| | * Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in ht...Gravatar Rasmus Munk Larsen2019-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
| * bug #1629: fix compilation of PardisoSupport (regression introduced in change...Gravatar Gael Guennebaud2019-03-02
| * Merged in rmlarsen/eigen (pull request PR-597)Gravatar Rasmus Larsen2019-02-25
| |\
| * | Enable SSE vectorization of Quaternion and cross3() with AVXGravatar Gael Guennebaud2019-02-23
| * | fix alignment in ploadquadGravatar Gael Guennebaud2019-02-22
| | * Change licensing of OrderingMethods/Amd.h and SparseCholesky/SimplicialCholes...Gravatar Rasmus Munk Larsen2019-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
| |\