diff -r 0a689881b0f1 -r 89371dc4d637 src/nalgebra_support.rs --- 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, { - type Output = OVector; - #[inline] fn dot>(&self, other: I) -> E { Vector::::dot(self, other.ref_instance())