Open edyounis opened 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
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