Struct nalgebra::base::LpNorm [−][src]
pub struct LpNorm(pub i32);
Lp norm.
Trait Implementations
impl<N: SimdComplexField> Norm<N> for LpNorm
[src]
impl<N: SimdComplexField> Norm<N> for LpNorm
[src]fn norm<R, C, S>(&self, m: &Matrix<N, R, C, S>) -> N::SimdRealField where
R: Dim,
C: Dim,
S: Storage<N, R, C>,
[src]
R: Dim,
C: Dim,
S: Storage<N, R, C>,
fn metric_distance<R1, C1, S1, R2, C2, S2>(
&self,
m1: &Matrix<N, R1, C1, S1>,
m2: &Matrix<N, R2, C2, S2>
) -> N::SimdRealField where
R1: Dim,
C1: Dim,
S1: Storage<N, R1, C1>,
R2: Dim,
C2: Dim,
S2: Storage<N, R2, C2>,
ShapeConstraint: SameNumberOfRows<R1, R2> + SameNumberOfColumns<C1, C2>,
[src]
&self,
m1: &Matrix<N, R1, C1, S1>,
m2: &Matrix<N, R2, C2, S2>
) -> N::SimdRealField where
R1: Dim,
C1: Dim,
S1: Storage<N, R1, C1>,
R2: Dim,
C2: Dim,
S2: Storage<N, R2, C2>,
ShapeConstraint: SameNumberOfRows<R1, R2> + SameNumberOfColumns<C1, C2>,
Auto Trait Implementations
impl RefUnwindSafe for LpNorm
impl Send for LpNorm
impl Sync for LpNorm
impl Unpin for LpNorm
impl UnwindSafe for LpNorm
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]