summaryrefslogtreecommitdiff
path: root/numpy/lib/user_array.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2017-01-28 18:32:45 +0100
committerPauli Virtanen <pav@iki.fi>2017-01-28 18:38:00 +0100
commitcacc2ed5fd6bc06f16061f6f230a592ea8c68d3e (patch)
treee3fa5bce523f4d961148791b9a1276f0ea80016e /numpy/lib/user_array.py
parentc5e1773f0d77755e21d072eb106b8e51a672bfa8 (diff)
downloadnumpy-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