Struct mdarray::ColumnMajor

source ·
pub struct ColumnMajor;
Expand description

Column-major order, for indexing and iteration over array elements.

Trait Implementations

True if the array has column-major element order.
True if the array has row-major element order.
Returns the first or second input parameter depending on the element order.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.