Add namespace (#1745)

This commit is contained in:
Angelos Katharopoulos 2025-01-02 16:49:23 -08:00 committed by GitHub
parent 6fa0501387
commit 8544b42007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1460,7 +1460,7 @@ void init_ops(nb::module_& m) {
)pbdoc");
m.def(
"kron",
&kron,
&mx::kron,
nb::arg("a"),
nb::arg("b"),
nb::kw_only(),