diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2013-03-21 16:34:44 +0100 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2013-04-01 21:12:51 +0200 |
commit | 3a4ed02bca07d0995aedc8846b7aeac7af3bf310 (patch) | |
tree | 04c0c1d112db1ffb1b7e2437ea00aaab769059c9 /numpy/polynomial/polyutils.py | |
parent | 79d22dcef7947347660cbb953cb54ee3b38822f5 (diff) | |
download | numpy-3a4ed02bca07d0995aedc8846b7aeac7af3bf310.tar.gz |
ENH: Relax aligned flag for shape[i] <= 1
In this case, either the dimensions stride will never be used to
access an element, so that it does not matter to the data alignment,
or the array has a size of 0 and is thus never unaligned.
Relaxed align flag is only active if NPY_RELAXED_STRIDES_CHECKING
was set during compile time.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions