mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
Update __init__.d.er
This commit is contained in:
parent
6c3536cc31
commit
1180f3c2c2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
.NDArray(_, _) <: Num
|
||||
.NDArray(T, S)|<: Add .NDArray(T, S)|.
|
||||
Output: {.NDArray(T, S)}
|
||||
__add__: |T, S: [Nat; _]|(self: .NDArray(T, S), other: .NDArray(T, S)) -> .NDArray(T, S)
|
||||
__add__: (self: .NDArray(T, S), other: .NDArray(T, S)) -> .NDArray(T, S)
|
||||
.NDArray.
|
||||
shape: [Nat; _]
|
||||
ndim: Nat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue