Trait matrix::operation::Transpose [] [src]

pub trait Transpose {
    fn transpose(&self) -> Self;
}

The transpose.

Required Methods

Perform the transpose.

Implementors