diff options
author | Pauli Virtanen <pav@iki.fi> | 2017-01-28 18:32:45 +0100 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2017-01-28 18:38:00 +0100 |
commit | cacc2ed5fd6bc06f16061f6f230a592ea8c68d3e (patch) | |
tree | e3fa5bce523f4d961148791b9a1276f0ea80016e /numpy/lib/user_array.py | |
parent | c5e1773f0d77755e21d072eb106b8e51a672bfa8 (diff) | |
download | numpy-cacc2ed5fd6bc06f16061f6f230a592ea8c68d3e.tar.gz |
BUG: core: in dot(), make copies if out has memory overlap with input
BLAS does not allow aliased inputs. If user-provided out= argument may
overlap in memory with one of the inputs to dot(), put the output to a
temporary work array and copy back after the operation.
Diffstat (limited to 'numpy/lib/user_array.py')
0 files changed, 0 insertions, 0 deletions