aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* 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
| * Merged in ezhulenev/eigen-01 (pull request PR-698)Gravatar Rasmus Larsen2019-09-10
| |\
| | * Update ThreadLocal to use separate Initialize/Release callablesGravatar Eugene Zhulenev2019-09-10
| * | 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
| | * ThreadLocal container that does not rely on thread local storageGravatar Eugene Zhulenev2019-09-09
| |/
| * 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
| | * Allow move-only done callback in TensorAsyncDeviceGravatar Eugene Zhulenev2019-09-03
| |/
| * Add test for const TensorMap underlying data mutationGravatar Eugene Zhulenev2019-09-03
| * TensorMap constness should not change underlying storage constnessGravatar Eugene Zhulenev2019-09-03
| * Makes Scalar/RealScalar typedefs public in Pardiso's wrappers (see PR 688)Gravatar Gael Guennebaud2019-09-03
| * Fixed Tensor documentation formatting.Gravatar Alberto Luaces2019-07-23
| * 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 shadow warnings in TensorContractionThreadPoolGravatar Eugene Zhulenev2019-08-30
| * Fix block mapper type name in TensorExecutorGravatar Eugene Zhulenev2019-08-30
| * evalSubExprsIfNeededAsync + async TensorContractionThreadPoolGravatar Eugene Zhulenev2019-08-30
| * Revert accidentally removed <memory> header from ThreadPoolGravatar Eugene Zhulenev2019-08-30
| * Asynchronous expression evaluation with TensorAsyncDeviceGravatar Eugene Zhulenev2019-08-30
| * Fix missing header inclusion and colliding definitions for half type casting,...Gravatar Rasmus Munk Larsen2019-08-30
| * Const correctness in TensorMap<const Tensor<T, ...>> expressionsGravatar Eugene Zhulenev2019-08-28
| * Add more tests for corner cases of log1p and expm1. Add handling of infinite ...Gravatar Rasmus Munk Larsen2019-08-28
| * Remove shadow warnings in TensorDeviceThreadPoolGravatar Eugene Zhulenev2019-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 ezhulenev/eigen-01 (pull request PR-683)Gravatar Rasmus Larsen2019-08-26
| |\
| * | Fix get_random_seed on Native ClientGravatar maratek2019-08-23
| | * Asynchronous parallelFor in Eigen ThreadPoolDeviceGravatar Eugene Zhulenev2019-08-22
| |/
| * Merged in jaopaulolc/eigen (pull request PR-679)Gravatar Christoph Hertzberg2019-08-22
| |\
| * \ Merged in rmlarsen/eigen (pull request PR-680)Gravatar Rasmus Larsen2019-08-22
| |\ \
| * | | Remove XSMM support from Tensor moduleGravatar Eugene Zhulenev2019-08-19
|/ / /