aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* bump to 3.3.0Gravatar Gael Guennebaud2016-11-10
* bump to 3.3-rc2Gravatar Gael Guennebaud2016-11-04
* Improved AVX512 supportGravatar Benoit Steiner2016-11-03
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-03
|\
| * bug #1330: Cholmod supports double precision only, so let's trigger a static ...Gravatar Gael Guennebaud2016-11-03
| * add a generic EIGEN_HAS_CXX11Gravatar Gael Guennebaud2016-10-26
| * bug #1328: workaround a compilation issue with gcc 4.2Gravatar Gael Guennebaud2016-10-20
| * Patch to allow VS2015 & CUDA 8.0 to compile with Eigen included. I'm not sureGravatar Avi Ginsburg2016-10-13
* | Merged eigen/eigen into defaultGravatar Benoit Steiner2016-10-12
|\|
| * Reenabled the use of variadic templates on tegra x1 provides that the latest ...Gravatar Benoit Steiner2016-10-08
* | Merged latest updates from trunkGravatar Benoit Steiner2016-10-05
|\|
| * Updated the list of warnings to reflect the new message ids introduced in cud...Gravatar Benoit Steiner2016-09-28
| * disabled MSVC level 4 warning C4714Gravatar Sergiu Deitsch2016-09-25
| * bump to 3.3-rc1Gravatar Gael Guennebaud2016-09-22
| * Improve cost estimation of complex divisionGravatar Gael Guennebaud2016-09-21
| * Fixed compilation warnings generated by nvcc 6.5 (and below) when compiling t...Gravatar Benoit Steiner2016-09-14
| * 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 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
| * Generalize ScalarBinaryOpTraits to any complex-real combination as defined by...Gravatar Gael Guennebaud2016-09-06
| * Workaround a weird msvc 2012 compilation error.Gravatar Gael Guennebaud2016-09-05
| * Fixed a typoGravatar 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 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 #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
| * Fix compilation in check_for_aliasing due to ambiguous specializationsGravatar Gael Guennebaud2016-08-23
| * MSVC-2010 is making problems with SFINAE again. But restricting to the varian...Gravatar klimpel2016-07-28
| * Define EIGEN_COMP_CLANG to clang version as major*100+minor (e.g., 307 corres...Gravatar Gael Guennebaud2016-08-22
| * Bump to 3.3-beta2Gravatar Gael Guennebaud2016-07-26
| * Fix compilation with MKL supportGravatar Gael Guennebaud2016-07-26
| * Clean references to MKL in LAPACKe support.Gravatar Gael Guennebaud2016-07-25
| * bug #173: remove dependency to MKL for LAPACKe backend.Gravatar Gael Guennebaud2016-07-25
| * 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
| * Make scalar_product_op the default (instead of void)Gravatar Gael Guennebaud2016-07-18
| * Permits call to explicit ctor.Gravatar Gael Guennebaud2016-07-18
| * bug #1232: refactor special functions as a new SpecialFunctions module, curre...Gravatar Gael Guennebaud2016-07-08
| * Fix compilation with recent updates of icc 2016Gravatar Gael Guennebaud2016-07-06
| * Re-enable some specializations for Assignment<.,Product<>>Gravatar Gael Guennebaud2016-07-05
| * Use complete nested namespace Eigen::internalGravatar Justin Carpentier2016-06-28
| * Fix missing specialization.Gravatar Gael Guennebaud2016-06-24
| * Relax promote_scalar_arg logic to enable promotion to Expr::Scalar if convers...Gravatar Gael Guennebaud2016-06-24
| * bug #1245: fix compilation with msvcGravatar Gael Guennebaud2016-06-24