aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/plugins
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
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
* Add MatrixBase::cwiseArg()Gravatar David Tellenbach2020-10-14
* Revert !182.Gravatar Rasmus Munk Larsen2020-09-29
* Fix compiler error due to c++20 operator== generation rulesGravatar daravi2020-09-16
* Fix #1833: compilation issue of "array!=scalar" with c++20Gravatar Gael Guennebaud2020-05-30
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* Fix doc issues regarding ndtriGravatar Gael Guennebaud2019-09-04
* PR 681: Add ndtri function, the inverse of the normal distribution function.Gravatar Srinivas Vasudevan2019-08-12
* Fix doxygen warnings to enable statis code analysisGravatar Eugene Zhulenev2019-04-24
* bug #1680: make all "block" methods strong-inline and device-functions (some ...Gravatar Gael Guennebaud2019-02-15
* Add conjugateIf<bool> members to DesneBase, TriangularView, SelfadjointView, ...Gravatar Gael Guennebaud2019-01-17
* Add support for inverse hyperbolic functions.Gravatar Rasmus Munk Larsen2019-01-11
* typoGravatar Gael Guennebaud2018-11-14
* Workaround nbcc+msvc compiler bugGravatar Eugene Zhulenev2018-11-02
* Fix compilation on CUDAGravatar Gael Guennebaud2018-10-09
* bug #1603: add parenthesis around ternary operator in function body as well a...Gravatar Gael Guennebaud2018-10-08
* mergeGravatar Gael Guennebaud2018-10-08
|\
| * Workaround MSVC compilation issueGravatar Gael Guennebaud2018-10-06
* | Move iterators to internal, improve doc, make unit test c++03 friendlyGravatar Gael Guennebaud2018-10-03
* | Change the logic of A.reshaped<Order>() to be a simple alias to A.reshaped<Or...Gravatar Gael Guennebaud2018-10-03
* | Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ...Gravatar Gael Guennebaud2018-10-02
|/
* Fix documentation of reshape to vectors.Gravatar Gael Guennebaud2018-09-25
* Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
* merge with default EigenGravatar Gael Guennebaud2018-09-21
|\
* | Doc fixesGravatar Gael Guennebaud2018-09-21
* | Fix doc wrt previous changeGravatar Gael Guennebaud2018-09-19
* | Update reshaped API to use RowMajor/ColMajor directly as integral values inst...Gravatar Gael Guennebaud2018-09-19
| * Rename Symbolic namespace to symbolic to be consistent with numext namespaceGravatar Gael Guennebaud2018-09-15
| * sigmoid -> logisticGravatar Rasmus Munk Larsen2018-08-13
| * Move sigmoid functor to core.Gravatar Rasmus Munk Larsen2018-08-03
| * Extend CUDA support to matrix inversion and selfadjointeigensolverGravatar Andrea Bocci2018-06-11
| * add some internal checksGravatar Gael Guennebaud2018-05-18
| * Fix code sample output in block(int, int, int, int) doxygenGravatar Guillaume Jacob2018-04-09
| * Add missing empty line.Gravatar Gael Guennebaud2018-04-09
| * Make innerVector() and innerVectors() methods available to all expressions su...Gravatar Gael Guennebaud2018-04-04
| * MIsc. source and comment typosGravatar luz.paz2018-03-11
| * Add link to a useful example.Gravatar Gael Guennebaud2017-09-20
| * Fix compilation of Vector::operator()(enum) by treating enums as IndexGravatar Gael Guennebaud2017-09-07
* | mergeGravatar Gael Guennebaud2017-02-21
|\|
* | Improve documentation of reshapedGravatar Gael Guennebaud2017-02-21
* | Add support for automatic-size deduction in reshaped, e.g.:Gravatar Gael Guennebaud2017-02-21
* | Add missing const version of mat(all).Gravatar Gael Guennebaud2017-02-21
* | Add support for mat(all) as an alias to mat.reshaped(mat.size(),fix<1>);Gravatar Gael Guennebaud2017-02-21