aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the d...Gravatar Gael Guennebaud2016-08-30
* Doc: add link to exampleGravatar Gael Guennebaud2016-08-30
* Fix warningGravatar Gael Guennebaud2016-08-30
* Revert part of changeset 5b3a6f51d353bb3b35f6d15f2455774b73d088e0Gravatar Gael Guennebaud2016-08-29
* bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ...Gravatar Gael Guennebaud2016-08-29
* use ::hlog if available.Gravatar Gael Guennebaud2016-08-29
* bug #1167: simplify installation of header files using cmake's install(DIRECT...Gravatar Gael Guennebaud2016-08-29
* Add generic implementation of conj_helper for custom complex types.Gravatar Gael Guennebaud2016-08-29
* bug #1282: fix implicit double to float conversion warningGravatar Gael Guennebaud2016-08-28
* Make sure that our log1p implementation is called as a last resort only.Gravatar Gael Guennebaud2016-08-26
* Add overload of numext::log1p for float/double in CUDAGravatar Gael Guennebaud2016-08-26
* Fix compilation with boost::multiprec.Gravatar Gael Guennebaud2016-08-25
* Add support for non trivial scalar factor in sparse selfadjoint * dense produ...Gravatar Gael Guennebaud2016-08-24
* bug #1268: detect faillure in LDLT and report them through info()Gravatar Gael Guennebaud2016-08-23
* TypoGravatar Gael Guennebaud2016-08-23
* Address several implicit scalar conversions.Gravatar Gael Guennebaud2016-08-23
* Cleanup eiegnvector extraction: leverage matrix products and compile-time siz...Gravatar Gael Guennebaud2016-08-23
* bug #645: patch from Tobias Wood implementing the extraction of eigenvectors ...Gravatar Gael Guennebaud2016-08-23
* Optimize expression matching "d?=a-b*c" as "d?=a; d?=b*c;"Gravatar Gael Guennebaud2016-08-23
* Fix compilation in check_for_aliasing due to ambiguous specializationsGravatar Gael Guennebaud2016-08-23
* Cleanup cost of tanhGravatar Gael Guennebaud2016-08-23
* Implement pmadd for float and double to make it consistent with the vectorize...Gravatar Gael Guennebaud2016-08-23
* Factorize the 4 copies of tanh implementations, make numext::tanh consistent ...Gravatar Gael Guennebaud2016-08-23
* Fix possible overflow and biais in integer random generatorGravatar Gael Guennebaud2016-08-23
* bug #1265: remove outdated notesGravatar Gael Guennebaud2016-08-22
* MSVC-2010 is making problems with SFINAE again. But restricting to the varian...Gravatar klimpel2016-07-28
* Fix compilation with MSVC by using our portable numext::log1p implementation.Gravatar Gael Guennebaud2016-08-22
* bug #1270: bypass custom asm for pmadd and recent clang versionGravatar Gael Guennebaud2016-08-22
* Define EIGEN_COMP_CLANG to clang version as major*100+minor (e.g., 307 corres...Gravatar Gael Guennebaud2016-08-22
* bug #1278: ease parsingGravatar Gael Guennebaud2016-08-22
* 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