Trait ndarray::linalg::Ring [] [src]

pub trait Ring: Clone + Zero + Add<Output=Self> + Sub<Output=Self> + One + Mul<Output=Self> { }
Deprecated

: linalg is not in good shape.

Trait union for a ring with 1.

Implementors