Type Definition nalgebra::geometry::OwnedSimilarityBase [] [src]

type OwnedSimilarityBase<N, D, A, R> = SimilarityBase<N, D, <A as Allocator<N, D, U1>>::Buffer, R>;

A similarity that uses a data storage deduced from the allocator A.