aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/DenseBase_LinSpacedInt.cpp
Commit message (Collapse)AuthorAge
* bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and ↵Gravatar Gael Guennebaud2016-10-24
guarantee an even spacing when possible. Otherwise, the "high" bound is implicitly lowered to the largest value allowing for an even distribution. This changeset also disable vectorization for this integer path.