aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/AssignEvaluator.h
Commit message (Expand)AuthorAge
* Fix c++20 warnings about using enums in arithmetic expressions.Gravatar Rasmus Munk Larsen2021-06-10
* 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
* Cast anonymous enums to int when used in expressions.Gravatar Rasmus Munk Larsen2021-02-24
* Fix unused warning on new `dense_assignment_loop` impl.Gravatar Antonio Sanchez2020-12-07
* Add specialization for compile-time zero-sized dense assignment.Gravatar Antonio Sanchez2020-12-07
* bug #1680: improve MSVC inlining by declaring many triavial constructors and ...Gravatar Gael Guennebaud2019-02-15
* Make MaxPacketSize a true upper bound, even for fixed-size inputsGravatar Gael Guennebaud2018-11-16
* PR 544: Set requestedAlignment correctly for SliceVectorizedTraversalsGravatar Mark D Ryan2018-11-13
* typoGravatar Gael Guennebaud2018-11-14
* PR 526: Speed up multiplication of small, dynamically sized matricesGravatar Mark D Ryan2018-10-12
* Add more debug outputGravatar Gael Guennebaud2018-09-21
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* silent MSVC warningGravatar Gael Guennebaud2017-11-27
* Fix a gcc7 warning: Wint-in-bool-contextGravatar Gael Guennebaud2017-06-26
* fixed inlining issue with clang-cl on visual studioGravatar Alexander Neumann2017-02-08
* Fix warningGravatar Gael Guennebaud2017-01-27
* bug #1376: add missing assertion on size mismatch with compound assignment op...Gravatar Gael Guennebaud2017-01-23
* bug #1356: fix calls to evaluator::coeffRef(0,0) to get the address of the de...Gravatar Gael Guennebaud2016-12-05
* Fix compilation issue in mat = permutation (regression introduced in 8193ffb3...Gravatar Gael Guennebaud2016-11-20
* bug #1343: fix compilation regression in mat+=selfadjoint_view.Gravatar Gael Guennebaud2016-11-18
* Fix regression in X = (X*X.transpose())/s with X rectangular by deferring res...Gravatar Gael Guennebaud2016-10-26
* Fixes for min and abs after Benoit's comments, switched to numext.Gravatar Robert Lukierski2016-10-13
* Fixes min() warnings.Gravatar Robert Lukierski2016-10-12
* Adding EIGEN_DEVICE_FUNC in the Geometry module.Gravatar Robert Lukierski2016-10-12
* Enable slice-vectorization+inner-unrolling when unaligned vectorization is al...Gravatar Gael Guennebaud2016-07-28
* Add debug outputGravatar Gael Guennebaud2016-07-06
* Re-enable some specializations for Assignment<.,Product<>>Gravatar Gael Guennebaud2016-07-05
* Change the semantic of the last template parameter of Assignment from "Scalar...Gravatar Gael Guennebaud2016-07-04
* Include the cost of stores in unrolling (also fix infinite unrolling with exp...Gravatar Gael Guennebaud2016-06-15
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Remove debuging code.Gravatar Gael Guennebaud2016-05-26
* Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* bug #256: enable vectorization with unaligned loads/stores.Gravatar Gael Guennebaud2016-05-24
* Clean propagation of Dest/Src alignments.Gravatar Gael Guennebaud2016-05-24
* bug #1207: Add and fix logical-op warningsGravatar Christoph Hertzberg2016-05-11
* Fix performance regression: with AVX, unaligned stores were emitted instead o...Gravatar Gael Guennebaud2016-05-01
* Improve half-packet vectorization logic to distinguish linear versus inner tr...Gravatar Gael Guennebaud2016-04-13
* Fix static/inline keywords order.Gravatar Gael Guennebaud2016-04-11
* Removed executable bit from header filesGravatar Benoit Steiner2016-03-23
* Improve inliningGravatar Gael Guennebaud2016-02-08
* bug #667: declare several critical functions as FORECE_INLINE to make ICC hap...Gravatar Gael Guennebaud2016-01-31
* bug #1144: fix regression in x=y+A*x (aliasing), and move evaluator_traits::A...Gravatar Gael Guennebaud2016-01-09
* Remove useless "explicit", and fix inline/static order.Gravatar Gael Guennebaud2015-12-11
* Simplify cost computations based on HugeCost being smaller that unrolling limitGravatar Gael Guennebaud2015-10-28
* Refactoring of the cost model:Gravatar Gael Guennebaud2015-10-28
* Fix assign vectorization logic with respect to fixed outer-strideGravatar Gael Guennebaud2015-10-27
* Improve readibility of EIGEN_DEBUG_ASSIGN mode.Gravatar Gael Guennebaud2015-10-27
* Some cleaning in evaluatorsGravatar Gael Guennebaud2015-10-08