Trait nalgebra::base::Normed [−][src]
Trait implemented by entities scan be be normalized and put in an Unit struct.
Associated Types
type Norm: SimdRealField[src]
The type of the norm.
Required methods
fn norm(&self) -> Self::Norm[src]
Computes the norm.
fn norm_squared(&self) -> Self::Norm[src]
Computes the squared norm.
fn scale_mut(&mut self, n: Self::Norm)[src]
Multiply self by n.
fn unscale_mut(&mut self, n: Self::Norm)[src]
Divides self by n.
Implementors
impl<N: SimdComplexField, R: Dim, C: Dim> Normed for MatrixMN<N, R, C> where
DefaultAllocator: Allocator<N, R, C>, [src]
DefaultAllocator: Allocator<N, R, C>,