--- a/src/nalgebra_support.rs Mon May 12 16:28:50 2025 -0500 +++ b/src/nalgebra_support.rs Mon May 12 19:30:41 2025 -0500 @@ -222,8 +222,6 @@ E: Float + Scalar + Zero + One + RealField, DefaultAllocator: Allocator<M>, { - type Output = OVector<E, M>; - #[inline] fn dot<I: Instance<Self>>(&self, other: I) -> E { Vector::<E, M, S>::dot(self, other.ref_instance())