bundles / numpy 2.4.4 / numpy / _core / einsumfunc / _update_other_results
function
numpy._core.einsumfunc:_update_other_results
source: /numpy/_core/einsumfunc.py :288
Signature
def _update_other_results ( results , best ) Summary
Update the positions and provisional input_sets of results based on performing the contraction result best. Remove any involving the tensors contracted.
Parameters
results: listList of contraction results produced by
_parse_possible_contraction.best: listThe best contraction of
resultsi.e. the one that will be performed.
Returns
mod_results: listThe list of modified results, updated with outcome of
bestcontraction.
Aliases
-
numpy._core.einsumfunc._update_other_results