aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
* bug #1746: Removed implementation of standard copy-constructor and standard c...Gravatar Christoph Hertzberg2019-09-24
* Fix build on setups without AVX512DQ.Gravatar Rasmus Munk Larsen2019-09-19
* Fix for the HIP build+test errors.Gravatar Deven Desai2019-09-18
* Add Bessel functions to SpecialFunctions.Gravatar Srinivas Vasudevan2019-09-14
* Add packetized versions of i0e and i1e special functions.Gravatar Srinivas Vasudevan2019-09-11
* Merged eigen/eigen into defaultGravatar Srinivas Vasudevan2019-09-11
|\
| * Fix for the HIP build+test errors introduced by the ndtri support.Gravatar Deven Desai2019-09-06
| * bug #1736: fix compilation issue with A(all,{1,2}).col(j) by implementing tru...Gravatar Gael Guennebaud2019-09-11
| * bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri...Gravatar Gael Guennebaud2019-09-11
| * 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
* | Merged eigen/eigenGravatar Srinivas Vasudevan2019-09-04
|\ \
* \ \ Merging from eigen/eigen.Gravatar Srinivas Vasudevan2019-09-03
|\ \ \
* | | | Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
| | | * 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