usestd::fmt::Debug;/// The basic scalar type for all structures of `nalgebra`.
////// This does not make any assumption on the algebraic properties of `Self`.
pubtraitScalar: 'static + Clone + PartialEq + Debug {}impl<T:'static+Clone+PartialEq+ Debug> Scalar forT{}