aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/IntegralConstant.h
Commit message (Expand)AuthorAge
* Fix fix<> for gcc-4.9.3.Gravatar Antonio Sanchez2021-06-18
* Adds macro for checking if C++14 variable templates are supportedGravatar Steve Bronder2021-05-21
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* fix unused warningGravatar Gael Guennebaud2018-10-03
* Fix conversion warningGravatar Gael Guennebaud2018-07-10
* Adjusted the EIGEN_DEVICE_FUNC qualifiers to make sure that:Gravatar Benoit Steiner2017-03-01
* Add support for std::integral_constantGravatar Gael Guennebaud2017-01-24
* Extended the set of arithmetic operators supported by FixedInt (-,+,*,/,%,&,|)Gravatar Gael Guennebaud2017-01-24
* Add internal docGravatar Gael Guennebaud2017-01-24
* Rename fix_t to FixedIntGravatar Gael Guennebaud2017-01-24
* Recover compile-time size from seq(A,B) when A and B are fixed values. (c++11...Gravatar Gael Guennebaud2017-01-19
* Add a .reverse() member to ArithmeticSequence.Gravatar Gael Guennebaud2017-01-18
* Add a get_runtime_value helper to deal with pointer-to-function hack,Gravatar Gael Guennebaud2017-01-17
* Add missing overload of get_compile_time for c++98/11Gravatar Gael Guennebaud2017-01-17
* Disambiguate the two versions of fix for doxygenGravatar Gael Guennebaud2017-01-17
* typos in docGravatar Gael Guennebaud2017-01-16
* Introduce a variable_or_fixed<N> proxy returned by fix<N>(val) to pass both a...Gravatar Gael Guennebaud2017-01-16
* Make get_compile_time compatible with variable_if_dynamicGravatar Gael Guennebaud2017-01-11
* Move fix and symbolic to their own file, and improve doxygen compatibilityGravatar Gael Guennebaud2017-01-11