Trait matrix::Matrix [] [src]

pub trait Matrix: Size {
    type Element: Element;
}

A matrix.

Associated Types

type Element: Element

The element type.

Implementors