aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
* Fix compilation on CUDA 8 by removing call to h2log1pGravatar Igor Babuschkin2016-08-15
* bug #1272: Disable assertion when total number of columns is zero.Gravatar Christoph Hertzberg2016-08-12
* Add log1p support for CUDA and half floatsGravatar Igor Babuschkin2016-08-08
* Merged in suiyuan2009/eigen/fix_tanh_inconsistent_for_tensorflow (pull reques...Gravatar Benoit Steiner2016-08-08
|\
* | bug #1272: Let CommaInitializer work for more border cases (enhances fix of b...Gravatar Christoph Hertzberg2016-08-08
| * fix tanh inconsistentGravatar Ziming Dong2016-08-06
|/
* Fixed the constructors of the new half_base class.Gravatar Benoit Steiner2016-08-04
* Fixed the isnan, isfinite and isinf operations on GPUGravatar Benoit Steiner2016-08-04
* Move Eigen::half_impl::half to Eigen::half while preserving the free function...Gravatar Gael Guennebaud2016-08-04
* Fix vectorization logic for coeff-based product for some corner cases.Gravatar Gael Guennebaud2016-07-31
* half implementation has been moved to half_impl namespaceGravatar Benoit Steiner2016-07-29
* bug #1266: half implementation has been moved to half_impl namespaceGravatar Christoph Hertzberg2016-07-29
* Enable slice-vectorization+inner-unrolling when unaligned vectorization is al...Gravatar Gael Guennebaud2016-07-28
* Vectorize more small product expressions by letting the general assignement l...Gravatar Gael Guennebaud2016-07-28
* Add brackets to block matrix and fixed some typosGravatar Christoph Hertzberg2016-07-27
* Bump to 3.3-beta2Gravatar Gael Guennebaud2016-07-26
* Improve robustness of 2x2 eigenvalue with shifting and scalingGravatar Gael Guennebaud2016-07-26
* Fix compilation with MKL supportGravatar Gael Guennebaud2016-07-26
* Fix with expession template scalar types.Gravatar Gael Guennebaud2016-07-26
* bug #1258: fix compilation of Map<SparseMatrix>::coeffRefGravatar Gael Guennebaud2016-07-26
* Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
* Rename MKL filesGravatar Gael Guennebaud2016-07-25
* bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
* bug #1249: enable use of __builtin_prefetch for GCC, clang, and ICC only.Gravatar Gael Guennebaud2016-07-25
* Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
* Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
* Add digits10 overload for complex.Gravatar Gael Guennebaud2016-07-25
* Remove custom complex division function cdiv.Gravatar Gael Guennebaud2016-07-25
* Update doc.Gravatar Gael Guennebaud2016-07-25
* Add NumTraits::digits10() function based on numeric_limits::digits10 and make...Gravatar Gael Guennebaud2016-07-25
* Fix misuse of dummy_precesion in eigenvalues solversGravatar Gael Guennebaud2016-07-23
* Allows the compiler to inline outer products (the change from default to dont...Gravatar Gael Guennebaud2016-07-22
* Fix CUDA compilationGravatar Gael Guennebaud2016-07-22
* More cleaning in half:Gravatar Gael Guennebaud2016-07-22
* Fix CUDA compilationGravatar Gael Guennebaud2016-07-21
* Use ADL and log10 for printing matrices.Gravatar Gael Guennebaud2016-07-21
* Add missing log10 and random generator for half.Gravatar Gael Guennebaud2016-07-21
* Some cleanup in Halh: standard functions should be defined in the namespace o...Gravatar Gael Guennebaud2016-07-21
* Fix ambiguous specialization with custom scalar typeGravatar Gael Guennebaud2016-07-20
* Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
* Add missing Eigen::rsqrt global functionGravatar Gael Guennebaud2016-07-20
* Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do...Gravatar Gael Guennebaud2016-07-20
* Workaround MSVC 2010 compilation issue.Gravatar Gael Guennebaud2016-07-18
* Add a summary of possible values for EIGEN_COMP_MSVCGravatar Gael Guennebaud2016-07-18
* Remove static constant declaration: this enforces compiler to generate costly...Gravatar Gael Guennebaud2016-07-18
* Make scalar_product_op the default (instead of void)Gravatar Gael Guennebaud2016-07-18
* Permits call to explicit ctor.Gravatar Gael Guennebaud2016-07-18
* mergeGravatar Gael Guennebaud2016-07-18
|\
| * Add missing non-const reverse method in VectorwiseOp.Gravatar Gael Guennebaud2016-07-16