aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* 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
* Rename EIGEN_HAVE_RVALUE_REFERENCES to EIGEN_HAS_RVALUE_REFERENCESGravatar Gael Guennebaud2016-05-20
* Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
* bug #1221: disable gcc 6 warning: ignoring attributes on template argumentGravatar Gael Guennebaud2016-05-19
* bug #1213: rename some enums type for consistency.Gravatar Gael Guennebaud2016-05-18
* bug #1213: Give names to anonymous enumsGravatar Christoph Hertzberg2016-05-06
* Don't turn on const expressions when compiling with gcc >= 4.8 unless the -st...Gravatar Benoit Steiner2016-04-29
* Depend on the more extensive support for constexpr in clang:Gravatar Rasmus Munk Larsen2016-04-27
* Detect cxx_constexpr support when compiling with clang.Gravatar Rasmus Munk Larsen2016-04-27
* Move LAPACK declarations from blas.h to lapack.h and fix compatibility with E...Gravatar Gael Guennebaud2016-04-11
* Cleanup obsolete assign_scalar_eig2mkl helper.Gravatar Gael Guennebaud2016-04-11
* Fix long to int conversion in BLAS API.Gravatar Gael Guennebaud2016-04-11
* Relax dependency on MKL for EIGEN_USE_BLASGravatar Gael Guennebaud2016-04-11