Closed daniil-berg closed 11 months ago
Inspired by the ndarray_linalg::norm::Norm trait, we can factor out out current vec_norm method into a separate Norm trait that provides at least the 1-norm and the 2-norm and implement that for Array2.
ndarray_linalg::norm::Norm
vec_norm
Norm
Array2
Inspired by the
ndarray_linalg::norm::Norm
trait, we can factor out out currentvec_norm
method into a separateNorm
trait that provides at least the 1-norm and the 2-norm and implement that forArray2
.