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