diff options
author | Luis Pedro Coelho <lpc@cmu.edu> | 2010-11-12 10:52:19 -0500 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2011-02-12 18:11:37 +0100 |
commit | af1e833e49dafc6d96b20de90a44633f11450b3f (patch) | |
tree | 6b2250f944add4f0872ae14d407dd81f4e02955a /numpy/lib/recfunctions.py | |
parent | ca9d4a73391630d3565ef04cbfaf3bf45e1c5474 (diff) | |
download | numpy-af1e833e49dafc6d96b20de90a44633f11450b3f.tar.gz |
ENH: core: Allow user to pass in output array for dot()
This avoids the memory allocation. It is strict in checking that the
types are correct, but since it is intended as an optimisation, it
should only be used when the user knows what they are doing.
The out parameter is added both to the BLAS and non-BLAS versions of dot().
Tests are included.
Diffstat (limited to 'numpy/lib/recfunctions.py')
0 files changed, 0 insertions, 0 deletions