aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fix compilation of BLAS backend and frontendGravatar Gael Guennebaud2019-09-11
* Fix some implicit literal to Scalar conversions in SparseCoreGravatar Gael Guennebaud2019-09-11
* bug #1741: fix SelfAdjointView::rankUpdate and product to triangular part for...Gravatar Gael Guennebaud2019-09-10
* bug #1741: fix C.noalias() = A*C; with C.innerStride()!=1Gravatar Gael Guennebaud2019-09-10
* Fix a circular dependency regarding pshift* functions and GenericPacketMathFu...Gravatar Gael Guennebaud2019-09-06
* Fix compilation without vector engine available (e.g., x86 with SSE disabled):Gravatar Gael Guennebaud2019-09-05
* PR 621: Fix documentation of EIGEN_COMP_EMSCRIPTENGravatar David Tellenbach2019-03-21
* Fix doc issues regarding ndtriGravatar Gael Guennebaud2019-09-04
* Fix possible warning regarding strict equality comparisonsGravatar Gael Guennebaud2019-09-04
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* Change typedefs from private to protected to fix MSVC compilationGravatar Eugene Zhulenev2019-09-03
* Makes Scalar/RealScalar typedefs public in Pardiso's wrappers (see PR 688)Gravatar Gael Guennebaud2019-09-03
* More colamd cleanup:Gravatar Gael Guennebaud2019-09-03
* Eigen_Colamd.h updated to replace constexpr with consts and enums.Gravatar Anshul Jaiswal2019-08-17
* Ordering.h edited to fix dependencies on Eigen_Colamd.hGravatar Anshul Jaiswal2019-08-15
* Eigen_Colamd.h edited replacing macros with constexprs and functions.Gravatar Anshul Jaiswal2019-08-15
* Eigen_Colamd.h edited online with Bitbucket replacing constant #defines with ...Gravatar Anshul Jaiswal2019-07-21
* Updated Eigen_Colamd.h, namespacing macros ALIVE & DEAD as COLAMD_ALIVE & COL...Gravatar Anshul Jaiswal2019-06-08
* Fix missing header inclusion and colliding definitions for half type casting,...Gravatar Rasmus Munk Larsen2019-08-30
* Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
* Revert changes to std_falback::log1p that broke handling of arguments less th...Gravatar Rasmus Munk Larsen2019-08-27
* Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of ...Gravatar Rasmus Munk Larsen2019-08-27
* Merged in jaopaulolc/eigen (pull request PR-679)Gravatar Christoph Hertzberg2019-08-22
|\
| * Fix debug macros in p{load,store}uGravatar João P. L. de Carvalho2019-08-14
| * Add missing pcmp_XX methods for double/Packet2dGravatar João P. L. de Carvalho2019-08-14
* | Implement vectorized versions of log1p and expm1 in Eigen using Kahan's formu...Gravatar Rasmus Munk Larsen2019-08-12
| * Fix packed load/store for PowerPC's VSXGravatar João P. L. de Carvalho2019-08-09
| * Fix offset argument of ploadu/pstoreu for AltivecGravatar João P. L. de Carvalho2019-08-09
| * bug #1718: Add cast to successfully compile with clang on PowerPCGravatar João P. L. de Carvalho2019-08-09
|/
* Fix bugs in log1p and expm1 where repeated using statements would clobber eac...Gravatar Rasmus Munk Larsen2019-08-08
* Fix typo in Umeyama method documentationGravatar Michael Grupp2019-07-17
* Remove {} accidentally added in previous commitGravatar Christoph Hertzberg2019-07-18
* Move variadic constructors outside `#ifndef EIGEN_PARSED_BY_DOXYGEN` block, t...Gravatar Christoph Hertzberg2019-07-12
* Build deprecated snippets with -DEIGEN_NO_DEPRECATED_WARNINGGravatar Christoph Hertzberg2019-07-12
* Fix compiler for unsigned integers.Gravatar Rasmus Munk Larsen2019-07-09
* PR 655: Fix missing Eigen namespace in MacrosGravatar Justin Carpentier2019-06-05
* [SYCL] Adding the SYCL memory model. The SYCL memory model provides :Gravatar Mehdi Goli2019-07-01
* Fix CUDA compilation error for pselect<half>.Gravatar Rasmus Munk Larsen2019-06-28
* [SYCL] This PR adds the minimum modifications to Eigen core required to run E...Gravatar Mehdi Goli2019-06-27
* fix for a ROCm/HIP specificcompile errror introduced by a recent commit.Gravatar Deven Desai2019-06-22
* Remove extra "one" in comment.Gravatar Rasmus Munk Larsen2019-06-20
* Update comment as suggested by tra@google.com.Gravatar Rasmus Munk Larsen2019-06-20
* Fix grammar.Gravatar Rasmus Munk Larsen2019-06-20
* Added comment explaining the surprising EIGEN_COMP_CLANG && !EIGEN_COMP_NVCC ...Gravatar Rasmus Munk Larsen2019-06-20
* Fix CUDA build on Mac.Gravatar Rasmus Munk Larsen2019-06-20
* Various fixes for packet ops.Gravatar Rasmus Munk Larsen2019-06-20
* bug #1724: Mask buggy warnings with g++-7Gravatar Christoph Hertzberg2019-06-14
* Make is_valid_index_type return false for float and double when EIGEN_HAS_TYP...Gravatar Rasmus Munk Larsen2019-06-05
* Add workaround for choosing the right include files with FP16C support with c...Gravatar Rasmus Munk Larsen2019-06-05
* Clean up CUDA/NVCC version macros and their use in Eigen, and a few other CUD...Gravatar Rasmus Munk Larsen2019-05-31