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