--- a/src/euclidean.rs Tue Dec 31 08:30:43 2024 -0500 +++ b/src/euclidean.rs Sat Dec 21 23:32:20 2024 -0500 @@ -31,9 +31,6 @@ + Neg<Output=<Self as Euclidean<F>>::Output> { type Output : Euclidean<F>; - /// Returns origin of same dimensions as `self`. - fn similar_origin(&self) -> <Self as Euclidean<F>>::Output; - /// Calculate the square of the 2-norm, $\frac{1}{2}\\|x\\|_2^2$, where `self` is $x$. #[inline] fn norm2_squared(&self) -> F {