(function() {var implementors = {
"nalgebra":[["impl<T, R: DimName, C: DimName> Sum<Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>> for OMatrix<T, R, C>where
T: Scalar + ClosedAdd + Zero,
DefaultAllocator: Allocator<T, R, C>,"],["impl<T, C: Dim> Sum<Matrix<T, Dyn, C, <DefaultAllocator as Allocator<T, Dyn, C>>::Buffer>> for OMatrix<T, Dyn, C>where
T: Scalar + ClosedAdd + Zero,
DefaultAllocator: Allocator<T, Dyn, C>,"],["impl<'a, T, R: DimName, C: DimName> Sum<&'a Matrix<T, R, C, <DefaultAllocator as Allocator<T, R, C>>::Buffer>> for OMatrix<T, R, C>where
T: Scalar + ClosedAdd + Zero,
DefaultAllocator: Allocator<T, R, C>,"],["impl<'a, T, C: Dim> Sum<&'a Matrix<T, Dyn, C, <DefaultAllocator as Allocator<T, Dyn, C>>::Buffer>> for OMatrix<T, Dyn, C>where
T: Scalar + ClosedAdd + Zero,
DefaultAllocator: Allocator<T, Dyn, C>,"]],
"num_complex":[["impl<T: Num + Clone> Sum<Complex<T>> for Complex<T>"],["impl<'a, T: 'a + Num + Clone> Sum<&'a Complex<T>> for Complex<T>"]],
"num_rational":[["impl<T: Integer + Clone> Sum<Ratio<T>> for Ratio<T>"],["impl<'a, T: Integer + Clone> Sum<&'a Ratio<T>> for Ratio<T>"]]
};if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()