| Commit message (Expand) | Author | Age |
* | Fix doxygen warnings to enable statis code analysis | Eugene Zhulenev | 2019-04-24 |
* | bug #1680: make all "block" methods strong-inline and device-functions (some ... | Gael Guennebaud | 2019-02-15 |
* | Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ... | Gael Guennebaud | 2019-01-17 |
* | Add support for inverse hyperbolic functions. | Rasmus Munk Larsen | 2019-01-11 |
* | typo | Gael Guennebaud | 2018-11-14 |
* | Workaround nbcc+msvc compiler bug | Eugene Zhulenev | 2018-11-02 |
* | Fix compilation on CUDA | Gael Guennebaud | 2018-10-09 |
* | bug #1603: add parenthesis around ternary operator in function body as well a... | Gael Guennebaud | 2018-10-08 |
* | merge | Gael Guennebaud | 2018-10-08 |
|\ |
|
| * | Workaround MSVC compilation issue | Gael Guennebaud | 2018-10-06 |
* | | Move iterators to internal, improve doc, make unit test c++03 friendly | Gael Guennebaud | 2018-10-03 |
* | | Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or... | Gael Guennebaud | 2018-10-03 |
* | | Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ... | Gael Guennebaud | 2018-10-02 |
|/ |
|
* | Fix documentation of reshape to vectors. | Gael Guennebaud | 2018-09-25 |
* | Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve... | Gael Guennebaud | 2018-09-21 |
* | merge with default Eigen | Gael Guennebaud | 2018-09-21 |
|\ |
|
* | | Doc fixes | Gael Guennebaud | 2018-09-21 |
* | | Fix doc wrt previous change | Gael Guennebaud | 2018-09-19 |
* | | Update reshaped API to use RowMajor/ColMajor directly as integral values inst... | Gael Guennebaud | 2018-09-19 |
| * | Rename Symbolic namespace to symbolic to be consistent with numext namespace | Gael Guennebaud | 2018-09-15 |
| * | sigmoid -> logistic | Rasmus Munk Larsen | 2018-08-13 |
| * | Move sigmoid functor to core. | Rasmus Munk Larsen | 2018-08-03 |
| * | Extend CUDA support to matrix inversion and selfadjointeigensolver | Andrea Bocci | 2018-06-11 |
| * | add some internal checks | Gael Guennebaud | 2018-05-18 |
| * | Fix code sample output in block(int, int, int, int) doxygen | Guillaume Jacob | 2018-04-09 |
| * | Add missing empty line. | Gael Guennebaud | 2018-04-09 |
| * | Make innerVector() and innerVectors() methods available to all expressions su... | Gael Guennebaud | 2018-04-04 |
| * | MIsc. source and comment typos | luz.paz | 2018-03-11 |
| * | Add link to a useful example. | Gael Guennebaud | 2017-09-20 |
| * | Fix compilation of Vector::operator()(enum) by treating enums as Index | Gael Guennebaud | 2017-09-07 |
* | | merge | Gael Guennebaud | 2017-02-21 |
|\| |
|
* | | Improve documentation of reshaped | Gael Guennebaud | 2017-02-21 |
* | | Add support for automatic-size deduction in reshaped, e.g.: | Gael Guennebaud | 2017-02-21 |
* | | Add missing const version of mat(all). | Gael Guennebaud | 2017-02-21 |
* | | Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>); | Gael Guennebaud | 2017-02-21 |
* | | Add support for RowOrder reshaped | Gael Guennebaud | 2017-02-20 |
* | | Use Eigen::fix<N> to pass compile-time sizes. | Gael Guennebaud | 2017-02-11 |
* | | Use fix<> API to specify compile-time reshaped sizes. | Gael Guennebaud | 2017-01-29 |
* | | Cleanup intitial reshape implementation: | Gael Guennebaud | 2017-01-29 |
* | | import yoco xiao's work on reshape | Gael Guennebaud | 2017-01-29 |
|\ \ |
|
| | * | Fix previous commits: disbale only problematic indexed view methods for old c... | Gael Guennebaud | 2017-02-11 |
| | * | Fixed bug introduced in previous commit | Benoit Steiner | 2017-02-10 |
| | * | Added a new EIGEN_HAS_INDEXED_VIEW define that set to 0 for older compilers t... | Benoit Steiner | 2017-02-10 |
| | * | fixed the ordering of the template and EIGEN_DEVICE_FUNC keywords in a few mo... | Benoit Steiner | 2017-02-01 |
| | * | Replaced EIGEN_DEVICE_FUNC template<foo> with template<foo> EIGEN_DEVICE_FUNC... | Benoit Steiner | 2017-02-01 |
| |/
|/| |
|
* | | Fix useless ';' warning | Gael Guennebaud | 2017-01-25 |
* | | Update all block expressions to accept compile-time sizes passed by fix<N> or... | Gael Guennebaud | 2017-01-18 |
* | | Merge the generic and dynamic overloads of block() | Gael Guennebaud | 2017-01-17 |
* | | Fix regression when passing enums to operator() | Gael Guennebaud | 2017-01-17 |
* | | Add a generic block() method compatible with Eigen::fix | Gael Guennebaud | 2017-01-17 |