aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/functors/NullaryFunctors.h
Commit message (Expand)AuthorAge
* adding attributes to constructors to support hip-clang on ROCm 3.5Gravatar Georg Jäger2020-08-20
* Remove packet ops pinsertfirst and pinsertlast that are only used in a single...Gravatar Rasmus Munk Larsen2020-05-08
* Update NullaryFunctors.hGravatar Allan Leal2020-03-16
* Fix harmless Scalar vs RealScalar cast.Gravatar Gael Guennebaud2019-02-18
* bug #1630: fix linspaced when requesting smaller packet size than default one.Gravatar Gael Guennebaud2018-11-28
* bug #1417: make LinSpace compatible with std::complexGravatar Gael Guennebaud2017-06-06
* bug #1383: fix regression in LinSpaced for integers and high<lowGravatar Gael Guennebaud2017-01-25
* bug #1383: Fix regression from 3.2 with LinSpaced(n,0,n-1) with n==0.Gravatar Gael Guennebaud2017-01-25
* use numext::absGravatar Angelos Mantzaflaris2016-12-02
* 1. Add explicit template to abs2 (resolves deduction for some arithmetic types)Gravatar Angelos Mantzaflaris2016-12-02
* bug #1351: fix compilation of random with old compilersGravatar Gael Guennebaud2016-11-30
* bug #1004: improve accuracy of LinSpaced for abs(low) >> abs(high).Gravatar Gael Guennebaud2016-11-02
* bug #1004: one more rewrite of LinSpaced for floating point numbers to guaran...Gravatar Gael Guennebaud2016-10-25
* bug #1004: remove the inaccurate "sequential" path for LinSpaced, mark respec...Gravatar Gael Guennebaud2016-10-24
* bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and gu...Gravatar Gael Guennebaud2016-10-24
* Fix shadowing wrt Eigen::IndexGravatar Gael Guennebaud2016-09-05
* bug #1286: automatically detect the available prototypes of functors passed t...Gravatar Gael Guennebaud2016-08-31
* Set cost of constant expression to 0 (the cost should be amortized through th...Gravatar Gael Guennebaud2016-06-14
* linspaced's divisor for integer is better stored as the underlying scalar type.Gravatar Gael Guennebaud2016-05-26
* Fix integer path for num_steps==1Gravatar Gael Guennebaud2016-02-01
* bug #698: fix linspaced for integer types.Gravatar Gael Guennebaud2016-02-01
* Allow the vectorized version of the Binary and the Nullary functors to run on...Gravatar Benoit Steiner2015-11-11
* Re-enable vectorization of LinSpaced, plus some cleaningGravatar Gael Guennebaud2015-10-08
* Fix prototype of plset and generalize linspace functor.Gravatar Gael Guennebaud2015-08-07
* Allow to use arbitrary packet-types during evaluation.Gravatar Gael Guennebaud2015-08-07
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* bug #808: fix implicit conversions from int/longint to float/doubleGravatar Gael Guennebaud2014-07-08
* Split the huge Functors.h fileGravatar Gael Guennebaud2013-11-06