pub trait FloatVec: NumVec + Neg<Output = Self> where
    <Self as NumVec>::Field: RealField
{ }
Expand description

Trait of vector with components implementing the BaseFloat trait.

Implementors