Trait matrix::prelude::Element
[−]
[src]
pub trait Element: Copy + PartialEq {
fn is_zero(&self) -> bool;
fn zero() -> Self;
}An element.