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