This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / linalg / _linalg / _multi_dot_three

function

numpy.linalg._linalg:_multi_dot_three

source: build-install/usr/lib/python3.14/site-packages/numpy/linalg/_linalg.py :2984

Signature

def   _multi_dot_three ( A B C out = None )

Summary

Find the best order for three arrays and do the multiplication.

Extended Summary

For three arguments _multi_dot_three is approximately 15 times faster than _multi_dot_matrix_chain_order

Aliases

  • numpy.linalg._linalg._multi_dot_three