Trait nalgebra::base::Scalar

source ·
pub trait Scalar: 'static + Clone + PartialEq + Debug { }
Expand description

The basic scalar type for all structures of nalgebra.

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

Implementors§

source§

impl<T: 'static + Clone + PartialEq + Debug> Scalar for T