(function() {var implementors = {};
implementors["nalgebra"] = [{text:"impl<N: ComplexField, R: DimName, C: DimName> NormedSpace for MatrixMN<N, R, C> where
DefaultAllocator: Allocator<N, R, C>, ",synthetic:false,types:["nalgebra::base::alias::MatrixMN"]},{text:"impl<N: RealField> NormedSpace for Quaternion<N>",synthetic:false,types:["nalgebra::geometry::quaternion::Quaternion"]},];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()