aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Meta.h
Commit message (Expand)AuthorAge
...
* 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
* MSVC-2010 is making problems with SFINAE again. But restricting to the varian...Gravatar klimpel2016-07-28
* Simplify ScalarBinaryOpTraits by removing the Defined enum, and extend its do...Gravatar Gael Guennebaud2016-07-20
* Make scalar_product_op the default (instead of void)Gravatar Gael Guennebaud2016-07-18
* Fix compilation with recent updates of icc 2016Gravatar Gael Guennebaud2016-07-06
* Re-enable some specializations for Assignment<.,Product<>>Gravatar Gael Guennebaud2016-07-05
* bug #1245: fix compilation with msvcGravatar Gael Guennebaud2016-06-24
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | Clean handling for void type in EIGEN_CHECK_BINARY_COMPATIBILIYGravatar Gael Guennebaud2016-06-06
* | Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
| * Implement result_of for the new ternary functorsGravatar Benoit Steiner2016-06-06
|/
* Fix compilation with old iccGravatar Gael Guennebaud2016-05-31
* Fix compilation with old ICC version (use C99 types instead of C++11 ones)Gravatar Gael Guennebaud2016-05-27
* Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* Turn off ICC's conversion warning in is_convertible implementationGravatar Gael Guennebaud2016-05-26
* Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
* Resolve bad merge.Gravatar Eugene Brevdo2016-03-08
* Small bugfix to numeric_limits for CUDA.Gravatar Eugene Brevdo2016-03-02
* Add infinity() support to numext::numeric_limits, use it in lgamma.Gravatar Eugene Brevdo2016-03-02
* bug #96, bug #1006: fix by value argument in result_of.Gravatar Gael Guennebaud2016-01-28
* Add meta_least_common_multiple helper.Gravatar Gael Guennebaud2016-01-27
* Unify std::numeric_limits and device::numeric_limits within numext namespaceGravatar Gael Guennebaud2016-01-22
* Implement wrapper for matrix-free iterative solversGravatar Gael Guennebaud2015-12-07
* Add is_integral<> type traitsGravatar Gael Guennebaud2015-11-20
* Added numeric limits for unsigned integersGravatar Benoit Steiner2015-11-18
* bug #1099: add missing incude for CUDAGravatar Gael Guennebaud2015-10-31
* CUDA support: define more accurate min/max values for device::numeric_limits ...Gravatar Gael Guennebaud2015-10-28
* Add a few missing EIGEN_DEVICE_FUNC declarationsGravatar Gael Guennebaud2015-09-03
* Fixed broken commit a09cfe650fe56b181747af04d61548800da1f72bGravatar Christoph Hertzberg2015-08-22
* std::numeric_limits doesn't work reliably on CUDA devices. Use our own defini...Gravatar Benoit Steiner2015-08-21
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Fix regression with C++11 support of lambda: now internal::result_of falls ba...Gravatar Gael Guennebaud2015-02-19
* Add support for C++11 result_of/lambdasGravatar Gael Guennebaud2015-02-19
* Clean a bit computeProductBlockingSizes (use Index type, remove CEIL macro)Gravatar Gael Guennebaud2015-02-18
* merge with default branchGravatar Gael Guennebaud2014-07-18
|\
| * bug #826: fix is_convertible for MSVC and add minimalistic unit test for is_c...Gravatar Gael Guennebaud2014-07-16
* | merge with default branchGravatar Gael Guennebaud2014-07-10
|\|
| * Fix regression introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-07-04
* | Move is_diagonal to XprHelper, forward declare RefGravatar Gael Guennebaud2014-02-18
|/
* Move internal::swap to numext to fix ambiguous call with std::swapGravatar Gael Guennebaud2013-11-07
* Add nvcc support for small eigenvalues decompositions and workaround lack of ...Gravatar Gael Guennebaud2013-08-01
* Allow multiplication like binary operators to be applied on type couples supp...Gravatar Gael Guennebaud2013-03-20
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* add a noncopyable base class for decompositionsGravatar Gael Guennebaud2012-06-04
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* rm non standard and useless overloads of is_arithmetic for long longGravatar Gael Guennebaud2012-01-31
* add is_constGravatar Benoit Jacob2010-12-01
* remove makeconst_return_typeGravatar Benoit Jacob2010-12-01