Trait ndarray::LinalgScalar [−][src]
Elements that support linear algebra operations.
'static
for type-based specialization, Copy
so that they don’t need move
semantics or destructors, and the rest are numerical traits.
Implementors
impl<T> LinalgScalar for T where
T: 'static + Copy + Zero + One + Add<Output = T> + Sub<Output = T> + Mul<Output = T> + Div<Output = T>,
[src]
T: 'static + Copy + Zero + One + Add<Output = T> + Sub<Output = T> + Mul<Output = T> + Div<Output = T>,