pub trait Scalar { type Complex: ComplexField<DType = Self::Real>; type Real: Scalar<Real = Self::Real>; }