aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/SymbolicIndex.h
Commit message (Expand)AuthorAge
* 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 docGravatar Gael Guennebaud2018-09-20
* Rename Symbolic namespace to symbolic to be consistent with numext namespaceGravatar Gael Guennebaud2018-09-15
* Remove useless specialization thanks to is_convertible being more robust.Gravatar Gael Guennebaud2018-07-12
* spellcheckGravatar Gael Guennebaud2018-07-12
* Add test for multiple symbolsGravatar Gael Guennebaud2017-01-24
* Add support for "SymbolicExpr op fix<N>" in C++98/11 mode.Gravatar 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
* Exploit fixed values in seq and reverse with C++98 compatibilityGravatar Gael Guennebaud2017-01-19
* Add support for fixed-value in symbolic expression, c++11 only for now.Gravatar Gael Guennebaud2017-01-19
* Add a Symbolic::FixedExpr helper expression to make sure the compiler fully o...Gravatar Gael Guennebaud2017-01-18
* Add missing operator*Gravatar Gael Guennebaud2017-01-18
* Introduce a EIGEN_HAS_CXX14 macroGravatar Gael Guennebaud2017-01-16
* Move fix and symbolic to their own file, and improve doxygen compatibilityGravatar Gael Guennebaud2017-01-11