Skip to content

Commit

Permalink
feat: cross (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
  • Loading branch information
nstarman authored Mar 26, 2024
1 parent fd13b08 commit ea8be18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/quaxed/numpy/_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"asarray",
"cbrt",
"copy",
"cross",
"equal",
"exp2",
"expand_dims",
Expand Down Expand Up @@ -61,6 +62,7 @@ def transfer_doc(func: T) -> T:
asarray = quaxify(jnp.asarray)
cbrt = quaxify(jnp.cbrt)
copy = quaxify(jnp.copy)
cross = quaxify(jnp.cross)
equal = quaxify(jnp.equal)
exp2 = quaxify(jnp.exp2)
expand_dims = quaxify(jnp.expand_dims)
Expand Down

0 comments on commit ea8be18

Please sign in to comment.