Trait const_matrix::matrix::Numeric[][src]

pub trait Numeric<T>: Copy + Default + Arithmetic<T> { }
Expand description

All types which are Copy and Default in addition to being Arithmetic.

Implementors