| Commit message (Expand) | Author | Age |
* | Let doxygen sees lastN | Gael Guennebaud | 2018-11-09 |
* | Add indexing namespace | Gael Guennebaud | 2018-09-20 |
* | Move all, last, end from Eigen::placeholders namespace to Eigen::, and rename... | Gael Guennebaud | 2018-09-15 |
* | Rename Symbolic namespace to symbolic to be consistent with numext namespace | Gael Guennebaud | 2018-09-15 |
* | Add lastN shorcuts to seq/seqN. | Gael Guennebaud | 2018-07-23 |
* | Worakound gcc 4.7 issue in c++11. | Gael Guennebaud | 2017-02-11 |
* | Add support for std::integral_constant | Gael Guennebaud | 2017-01-24 |
* | Fix seq().reverse() in c++98 | Gael Guennebaud | 2017-01-24 |
* | Rename fix_t to FixedInt | Gael Guennebaud | 2017-01-24 |
* | Recover compile-time size from seq(A,B) when A and B are fixed values. (c++11... | Gael Guennebaud | 2017-01-19 |
* | Exploit fixed values in seq and reverse with C++98 compatibility | Gael Guennebaud | 2017-01-19 |
* | Remove dead code | Gael Guennebaud | 2017-01-18 |
* | Add a Symbolic::FixedExpr helper expression to make sure the compiler fully o... | Gael Guennebaud | 2017-01-18 |
* | Add a .reverse() member to ArithmeticSequence. | Gael Guennebaud | 2017-01-18 |
* | Add a get_runtime_value helper to deal with pointer-to-function hack, | Gael Guennebaud | 2017-01-17 |
* | Add support for symbolic expressions as arguments of operator() | Gael Guennebaud | 2017-01-16 |
* | Typo | Gael Guennebaud | 2017-01-16 |
* | Introduce a variable_or_fixed<N> proxy returned by fix<N>(val) to pass both a... | Gael Guennebaud | 2017-01-16 |
* | Large code refactoring: | Gael Guennebaud | 2017-01-11 |
* | Move fix and symbolic to their own file, and improve doxygen compatibility | Gael Guennebaud | 2017-01-11 |
* | Add doc to seq, seqN, ArithmeticSequence, operator(), etc. | Gael Guennebaud | 2017-01-10 |
* | Simplify Symbolic API: std::tuple is now used internally and automatically bu... | Gael Guennebaud | 2017-01-10 |
* | Simplify symbolic API by using "symbol=value" to associate a runtime value to... | Gael Guennebaud | 2017-01-10 |
* | Fix linking issue. | Gael Guennebaud | 2017-01-10 |
* | Fix linking issue | Gael Guennebaud | 2017-01-10 |
* | Fallback to Block<> when possible (Index, all, seq with > increment). | Gael Guennebaud | 2017-01-10 |
* | Add a more generic evaluation mechanism and minimalistic doc. | Gael Guennebaud | 2017-01-10 |
* | Cleanup Eigen's namespace | Gael Guennebaud | 2017-01-10 |
* | Refactoring: move all symbolic stuff into its own namespace | Gael Guennebaud | 2017-01-10 |
* | Move 'last' and 'end' to their own namespace | Gael Guennebaud | 2017-01-10 |
* | Implement c++98 version of seq() | Gael Guennebaud | 2017-01-10 |
* | Isolate legacy code (we keep it for performance comparison purpose) | Gael Guennebaud | 2017-01-10 |
* | Add a minimalistic symbolic scalar type with expression template and make use... | Gael Guennebaud | 2017-01-09 |
* | Rename span/range to seqN/seq | Gael Guennebaud | 2017-01-09 |
* | Fix extraction of compile-time size of std::array with gcc | Gael Guennebaud | 2017-01-06 |
* | Propagate compile-time size for plain arrays | Gael Guennebaud | 2017-01-06 |
* | Add support for plain-array as indices, e.g., mat({1,2,3,4}) | Gael Guennebaud | 2017-01-06 |
* | Propagate compile-time increment and strides. | Gael Guennebaud | 2017-01-06 |
* | Propagate compile-time size with "all" and add c++11 array unit test | Gael Guennebaud | 2017-01-06 |
* | Use "fix" for compile-time values, propagate compile-time sizes for span, cle... | Gael Guennebaud | 2017-01-06 |
* | Initial commit to add a generic indexed-based view of matrices. | Gael Guennebaud | 2017-01-06 |