Trait nalgebra::core::Scalar [] [src]

pub trait Scalar: Copy + PartialEq + Debug + Any { }

The basic scalar type for all structures of nalgebra.

This does not make any assumption on the algebraic properties of Self.

Implementors