We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96296e9 commit 3f7932eCopy full SHA for 3f7932e
1 file changed
python/src/linalg.cpp
@@ -733,4 +733,6 @@ void init_linalg(nb::module_& parent_module) {
733
>>> logabsdet
734
array(0.693147, dtype=float32)
735
)pbdoc");
736
+ // Array API standard aliases (https://data-apis.org/array-api/latest/).
737
+ parent_module.attr("matrix_norm") = m.attr("norm");
738
}
0 commit comments