Trait ndarray_linalg::types::AssociatedReal [] [src]

pub trait AssociatedReal: Sized {
    type Real: Float + Mul<Self, Output = Self>;
}

Define associating real float type

Associated Types

Implementors