pub trait Basis: Copy + Debug + Send + Sync { }
Expand description

The basis over which a polynomial is described.

Implementors