Struct ndarray::Shape [] [src]

pub struct Shape<D> { /* fields omitted */ }

A contiguous array shape of n dimensions.

Either c- or f- memory ordered (c a.k.a row major is the default).

Trait Implementations

impl<D> From<D> for Shape<D> where D: Dimension
[src]

Performs the conversion.

impl<D> ShapeBuilder for Shape<D> where D: Dimension
[src]

impl<D: Copy> Copy for Shape<D>
[src]

impl<D: Clone> Clone for Shape<D>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<D: Debug> Debug for Shape<D>
[src]

Formats the value using the given formatter.