Enum densearray::linalg::Transpose [] [src]

pub enum Transpose {
    N,
    T,
}

Variants

Trait Implementations

impl Clone for Transpose
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Transpose
[src]