aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/VectorwiseOp.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
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.hGravatar dlazenby2020-03-20
* bug #1774: fix VectorwiseOp::begin()/end() return types regarding constness.Gravatar Gael Guennebaud2019-11-14
* Cleanup useless const_cast and add missing broadcast assignment testsGravatar Gael Guennebaud2019-01-17
* bug #1592: makes partial min/max reductions trigger an assertion on inputs wi...Gravatar Gael Guennebaud2019-01-15
* bug #65: add vectorization of partial reductions along the outer-dimension, f...Gravatar Gael Guennebaud2018-10-09
* Small Doxygen fixesGravatar Christoph Hertzberg2018-10-09
* Clarify doc of rowwise/colwise/vectorwise.Gravatar Gael Guennebaud2018-10-05
* Simplify API by removing allCols/allRows and reusing rowwise/colwise to defin...Gravatar Gael Guennebaud2018-10-05
* Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ...Gravatar Gael Guennebaud2018-10-02
* Added missing EIGEN_DEVICE_FUNC qualifiersGravatar Benoit Steiner2017-02-28
* bug #1337: improve doc of homogeneous() and hnormalized()Gravatar Gael Guennebaud2016-11-03
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Add missing non-const reverse method in VectorwiseOp.Gravatar Gael Guennebaud2016-07-16
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* bug #96, bug #1006: fix by value argument in result_of.Gravatar Gael Guennebaud2016-01-28
* Fix numerous doxygen shortcomings, and workaround some clang -Wdocumentation ...Gravatar Gael Guennebaud2016-01-01
* Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* Fix some CUDA issuesGravatar Gael Guennebaud2015-10-08
* Properly implement PartialReduxExpr on top of evaluators, and fix multiple ev...Gravatar Gael Guennebaud2015-10-08
* Add support for row/col-wise lpNorm()Gravatar Gael Guennebaud2015-09-28
* Fix typo in Vectowise::any()Gravatar Gael Guennebaud2015-09-16
* Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
* Add support for replicate in CUDAGravatar Gael Guennebaud2015-07-20
* Clean some previous changes and more cuda fixesGravatar Gael Guennebaud2015-07-15
* Add missing EIGEN_DEVICE_FUNCGravatar Nicolas Mellado2015-07-15
* Get rid of must_nest_by_valueGravatar Gael Guennebaud2015-06-19
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Add row/column-wise reverseInPlace feature.Gravatar Gael Guennebaud2015-03-31
* Fix some calls to result_of on binary functors as unary ones.Gravatar Gael Guennebaud2015-02-19
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* bug #697: make sure empty classes are at the end in case of multiple inheritenceGravatar Gael Guennebaud2014-12-02
* member_redux constructor is explicit too. Renamed some typedefs for more cons...Gravatar Christoph Hertzberg2014-09-23
* Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
* Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
* merge with default branchGravatar Gael Guennebaud2014-07-02
|\
| * Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | Move evaluation related flags from traits to evaluator and fix evaluators of ...Gravatar Gael Guennebaud2014-03-12
* | Move CoeffReadCost mechanism to evaluatorsGravatar Gael Guennebaud2014-03-10
|/
* Fix cost evaluation of partial reduxions -> improve performance of vectorwise...Gravatar Gael Guennebaud2013-08-11
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
* bug #564: document the fact that minCoeff/maxCoeff members have undefined beh...Gravatar Gael Guennebaud2013-04-09
* Fix bug #562: add vector-wise normalized and normalize functionsGravatar Gael Guennebaud2013-04-09
* Fix a couple of remaining warnings (missing newlines, inline-noinline, meanin...Gravatar Gael Guennebaud2013-03-01
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15