diff options
author | Eric Wieser <wieser.eric@gmail.com> | 2019-06-01 01:12:30 -0700 |
---|---|---|
committer | Eric Wieser <wieser.eric@gmail.com> | 2019-06-01 10:52:25 -0700 |
commit | 458b5bd38aa50d4c903ff1117ea811a29f774709 (patch) | |
tree | 724be8e350f41c6072241815338dcff4ea1dbd52 /numpy/core/setup_common.py | |
parent | 392866d1c8dce0abb8cb327a42f8e134f5d2a05e (diff) | |
download | numpy-458b5bd38aa50d4c903ff1117ea811a29f774709.tar.gz |
ENH: Pass input strides and dimensions by pointer to const
This makes it possible to call these functions with constant data.
It also bakes the contract that the data passed via these pointers will not be changed into the function signatures.
This is backwards compatible, because T* can always be passed to a function expecting T const*.
Diffstat (limited to 'numpy/core/setup_common.py')
0 files changed, 0 insertions, 0 deletions