pub trait Scalar: 'static + Clone + PartialEq + Debug { }
The basic scalar type for all structures of nalgebra.
nalgebra
This does not make any assumption on the algebraic properties of Self.
Self