feat: add cross_product (#1252)

* feat: add cross_product

* lint

* python binding

* refactor: Improve error message for cross_product function

* refactor: more close to numpy cross product

* refactor: improve error message for cross_product function

* finish

* fix acks

* allow old numpy

* doc

---------

Co-authored-by: Awni Hannun <[email protected]>
This commit is contained in:
Nripesh Niketan
2024-09-17 13:12:43 -07:00
committed by GitHub
co-authored by Awni Hannun
parent 4f46e9c997
commit 6af5ca35b2
7 changed files with 204 additions and 1 deletions
+1
View File
@@ -13,5 +13,6 @@ Linear Algebra
norm
cholesky
cholesky_inv
cross
qr
svd