diff options
author | Stefan Otte <stefan.otte@gmail.com> | 2014-08-20 11:40:02 +0200 |
---|---|---|
committer | Stefan Otte <stefan.otte@gmail.com> | 2014-11-10 11:56:43 +0100 |
commit | 1b12c394548e2d23bba83c0eccda958a28998293 (patch) | |
tree | 6cb0d45d3af6437b66a9b630da217f2286a98558 /numpy/f2py/src/fortranobject.c | |
parent | 96714918d64ebf64e0e133a385da061408e4a03b (diff) | |
download | numpy-1b12c394548e2d23bba83c0eccda958a28998293.tar.gz |
ENH: add `multi_dot`: dot with multiple arguments.
`np.linalg.multi_dot` computes the dot product of two or more arrays in
a single function call, while automatically selecting the fastest evaluation
order.
The algorithm for selecting the fastest evaluation order uses dynamic
programming and closely follows:
Cormen, "Introduction to Algorithms", Chapter 15.2, p. 370-378
Diffstat (limited to 'numpy/f2py/src/fortranobject.c')
0 files changed, 0 insertions, 0 deletions