mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-11-30 04:56:52 +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
|
||||
else:
|
||||
def multi_dot(operands, part: Literal["Real", "Imag"]):
|
||||
def multi_dot(operands):
|
||||
stack = operands[0]
|
||||
for op in operands[1:]:
|
||||
stack = stack @ op
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue