rust-ndarray / ndarray-linalg

Linear algebra package for rust-ndarray using LAPACK binding
Other
376 stars 77 forks source link

Unnecessary trait bound #367

Open edyounis opened 1 year ago

edyounis commented 1 year ago

The Lapack trait bound is not necessary for the implementation of norm:

https://github.com/rust-ndarray/ndarray-linalg/blob/3e13736c740c2959745bfdf20aa69a4cde988d3c/ndarray-linalg/src/norm.rs#L27