bundles / numpy 2.4.4 / numpy / linalg / _linalg / _multi_dot_three
function
numpy.linalg._linalg:_multi_dot_three
source: /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