aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* 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
| |\
| * | bug #1409: make EIGEN_MAKE_ALIGNED_OPERATOR_NEW* macros empty in c++17 mode:Gravatar Gael Guennebaud2019-02-20
| * | bug #899: remove "rank-revealing" qualifier for SparseQR and warn that it is ...Gravatar Gael Guennebaud2019-02-19
| * | 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 conversion warningsGravatar Gael Guennebaud2019-02-19
| * | Fix harmless Scalar vs RealScalar cast.Gravatar Gael Guennebaud2019-02-18
| * | bug #1194: implement slightly faster and SIMD friendly 4x4 determinant.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 #1680: make all "block" methods strong-inline and device-functions (some ...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
| * | bug #1679: avoid possible division by 0 in complex-schurGravatar Gael Guennebaud2019-02-15
| * | Revert https://bitbucket.org/eigen/eigen/commits/b55b5c7280a0481f01fe5ec764d5...Gravatar Rasmus Munk Larsen2019-02-14