aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* 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
* Introduce a NumTraits<T>::Literal type to be used for literals, andGravatar Gael Guennebaud2016-06-23
* Propagate functor to ScalarBinaryOpTraitsGravatar Gael Guennebaud2016-06-15
* mergeGravatar Gael Guennebaud2016-06-14
|\
* | Cleanup unused functors.Gravatar Gael Guennebaud2016-06-14
* | Update AutoDiffScalar wrt to scalar-multiple.Gravatar Gael Guennebaud2016-06-14
* | Generalize expr.pow(scalar), pow(expr,scalar) and pow(scalar,expr).Gravatar Gael Guennebaud2016-06-14
* | Implement expr+scalar, scalar+expr, expr-scalar, and scalar-expr as binary ex...Gravatar Gael Guennebaud2016-06-14
* | Implement scalar multiples and division by a scalar as a binary-expression wi...Gravatar Gael Guennebaud2016-06-14
* | Add bind1st_op and bind2nd_op helpers to turn binary functors into unary ones...Gravatar Gael Guennebaud2016-06-13
* | Add default template parameters for the second scalar type of binary functors.Gravatar Gael Guennebaud2016-06-13
* | Enable mixing types in numext::powGravatar Gael Guennebaud2016-06-10
* | Big 279: enable mixing types for comparisons, min, and max.Gravatar Gael Guennebaud2016-06-10
* | 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
|/
* Add TernaryFunctors and the betainc SpecialFunction.Gravatar Eugene Brevdo2016-06-02
* bug #725: make move ctor/assignment noexcept.Gravatar Gael Guennebaud2016-06-03
* Remove dead code.Gravatar Gael Guennebaud2016-06-02
* Implement generic scalar*expr and expr*scalar operator based on scalar_produc...Gravatar Gael Guennebaud2016-06-02
* bug #1181: help MSVC inlining.Gravatar Gael Guennebaud2016-05-31
* Fix compilation with old iccGravatar Gael Guennebaud2016-05-31
* Silenced some compilation warnings triggered by nvcc 8.0Gravatar Benoit Steiner2016-05-27
* 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
* bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
* Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_STD_RESULT_OF user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_C99_MATH user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_RVALUE_REFERENCES user configurableGravatar Gael Guennebaud2016-05-20