mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-29 20:46:54 +01:00
undo signature change in linalg
This commit is contained in:
parent
38df83344b
commit
51b9d2fb11
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def matmul(*operands) -> ndarray:
|
||||||
|
|
||||||
return res
|
return res
|
||||||
else:
|
else:
|
||||||
def multi_dot(operands, part: Literal["Real", "Imag"]):
|
def multi_dot(operands):
|
||||||
stack = operands[0]
|
stack = operands[0]
|
||||||
for op in operands[1:]:
|
for op in operands[1:]:
|
||||||
stack = stack @ op
|
stack = stack @ op
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue