Scalar

Trait Scalar 

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

Required Associated Types§

Source

type Complex: ComplexField<DType = Self::Real>

Source

type Real: Scalar<Real = Self::Real>

Implementors§