[][src]Trait mathru::algebra::abstr::Scalar

pub trait Scalar<Rhs = Self, Output = Self>: Sized + Display + ToPrimitive + FromPrimitive + NumCast + Debug + Copy + PartialOrd + Sign { }

comparisons, basic numeric operations, and string conversion.

Implementations on Foreign Types

impl Scalar<f32, f32> for f32[src]

impl Scalar<f64, f64> for f64[src]

Loading content...

Implementors

impl<T> Scalar<Complex<T>, Complex<T>> for Complex<T> where
    T: Real
[src]

Loading content...