aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Merged with default.Gravatar Luke Iwanski2016-09-19
|\
* | Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
| * Suppress warning 2527 and 2529, which correspond to the "calling a __host__ f...Gravatar Benoit Steiner2016-09-13
| * Suppress message 1222 when compiling with nvcc: this ensures that we don't wa...Gravatar Benoit Steiner2016-09-13
| * Fix typo in doc.Gravatar Gael Guennebaud2016-09-13
| * bug #1285: fix regression introduced in changeset 00c29c2caef8fb0c6b1d2ba5ecd...Gravatar Gael Guennebaud2016-09-13
| * Added the ability to compute the absolute value of a complex number on GPU, a...Gravatar Benoit Steiner2016-09-12
| * Fix compilation on 32 bits systems.Gravatar Gael Guennebaud2016-09-09
| * bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with som...Gravatar Gael Guennebaud2016-09-08
| * Doc: explain minimal requirements on nullary functorsGravatar Gael Guennebaud2016-09-06
| * Generalize ScalarBinaryOpTraits to any complex-real combination as defined by...Gravatar Gael Guennebaud2016-09-06
| * Disable previous workaround.Gravatar Gael Guennebaud2016-09-06
| * Workaround MSVC instantiation faillure of has_*ary_operator at the level of t...Gravatar Gael Guennebaud2016-09-06
| * bug #1266: remove CUDA guards on MatrixBase::<decomposition> definitions. (th...Gravatar Gael Guennebaud2016-09-06
| * Fix shadowing wrt Eigen::IndexGravatar Gael Guennebaud2016-09-05
| * Workaround a weird msvc 2012 compilation error.Gravatar Gael Guennebaud2016-09-05
| * Fix for msvc 2012 and olderGravatar Gael Guennebaud2016-09-05
| * Fixed a typoGravatar Benoit Steiner2016-09-02
| * Turned the Index type used by the nullary wrapper into a template parameter.Gravatar Benoit Steiner2016-09-02
| * Fix compilation with MSVC 2012Gravatar Gael Guennebaud2016-09-02
| * One more msvc fix iteration, the previous one was over-simplified for visualGravatar Gael Guennebaud2016-09-01
| * Fix compilation with nvccGravatar Gael Guennebaud2016-09-01
| * Fix compilation with visual studioGravatar Gael Guennebaud2016-09-01
| * Make sure sizeof is truelly needed, thus improving SFINAE portability.Gravatar Gael Guennebaud2016-08-31
| * minor tweaks in has_* helpersGravatar Gael Guennebaud2016-08-31
| * bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
| * bug #1283: quick fix for products involving uncommon general block access to ...Gravatar Gael Guennebaud2016-08-31
| * Fix 4x4 inverse with non-linear destinationGravatar Gael Guennebaud2016-08-30
| * Doc: add links and discourage user to write their own expression (better use ...Gravatar Gael Guennebaud2016-08-30
| * 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