(function() {var implementors = {};
implementors["nalgebra"] = [{text:"impl<N, R: DimName, C: DimName> Bounded for MatrixMN<N, R, C> where
N: Scalar + Bounded,
DefaultAllocator: Allocator<N, R, C>, ",synthetic:false,types:["nalgebra::base::alias::MatrixMN"]},{text:"impl<N: Scalar + Bounded, D: DimName> Bounded for Point<N, D> where
DefaultAllocator: Allocator<N, D>, ",synthetic:false,types:["nalgebra::geometry::point::Point"]},];
implementors["num_traits"] = [];
implementors["ordered_float"] = [{text:"impl<T: Float> Bounded for OrderedFloat<T>",synthetic:false,types:["ordered_float::OrderedFloat"]},{text:"impl<T: Float> Bounded for NotNan<T>",synthetic:false,types:["ordered_float::NotNan"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()