src/nalgebra_support.rs

branch
dev
changeset 132
89371dc4d637
parent 129
d2994e34a5f5
child 133
2b13f8a0c8ba
--- 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())

mercurial