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