(function() {var implementors = {};
implementors["ndarray"] = [{"text":"impl<A, S, D> Neg for ArrayBase<S, D> where
A: Clone + Neg<Output = A>,
S: DataOwned<Elem = A> + DataMut,
D: Dimension, ","synthetic":false,"types":["ndarray::ArrayBase"]},{"text":"impl<'a, A, S, D> Neg for &'a ArrayBase<S, D> where
&'a A: 'a + Neg<Output = A>,
S: Data<Elem = A>,
D: Dimension, ","synthetic":false,"types":["ndarray::ArrayBase"]}];
implementors["num_complex"] = [{"text":"impl<T: Clone + Num + Neg<Output = T>> Neg for Complex<T>","synthetic":false,"types":["num_complex::Complex"]},{"text":"impl<'a, T: Clone + Num + Neg<Output = T>> Neg for &'a Complex<T>","synthetic":false,"types":["num_complex::Complex"]}];
implementors["num_rational"] = [{"text":"impl<T> Neg for Ratio<T> where
T: Clone + Integer + Neg<Output = T>, ","synthetic":false,"types":["num_rational::Ratio"]},{"text":"impl<'a, T> Neg for &'a Ratio<T> where
T: Clone + Integer + Neg<Output = T>, ","synthetic":false,"types":["num_rational::Ratio"]}];
if (window.register_implementors) {window.register_implementors(implementors);} else {window.pending_implementors = implementors;}})()