summaryrefslogtreecommitdiff
path: root/numpy/polynomial/polyutils.py
diff options
context:
space:
mode:
authorStefan Otte <stefan.otte@gmail.com>2014-08-20 11:40:02 +0200
committerStefan Otte <stefan.otte@gmail.com>2014-11-10 11:56:43 +0100
commit1b12c394548e2d23bba83c0eccda958a28998293 (patch)
tree6cb0d45d3af6437b66a9b630da217f2286a98558 /numpy/polynomial/polyutils.py
parent96714918d64ebf64e0e133a385da061408e4a03b (diff)
downloadnumpy-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/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions