ndarray::OwnedArray
[−]
[src]
type OwnedArray<A, D> = ArrayBase<Vec<A>, D>;
Array where the data is owned uniquely.
type OwnedArray<A, D> = ArrayBase<Vec<A>, D>;
Array where the data is owned uniquely.