[−][src]Struct rulinalg::norm::Euclidean
The Euclidean norm
The Euclidean norm computes the square-root of the sum of squares.
||v|| = SQRT(SUM(v_i * v_i))
Trait Implementations
impl<T: Float> VectorNorm<T> for Euclidean[src]
impl<T: Float, M: BaseMatrix<T>> MatrixNorm<T, M> for Euclidean[src]
impl Debug for Euclidean[src]
Auto Trait Implementations
impl Sync for Euclidean
impl Send for Euclidean
impl Unpin for Euclidean
impl UnwindSafe for Euclidean
impl RefUnwindSafe for Euclidean
Blanket Implementations
impl<U, T> VectorMetric<T> for U where
T: Copy + Sub<T, Output = T>,
U: VectorNorm<T>, [src]
T: Copy + Sub<T, Output = T>,
U: VectorNorm<T>,
impl<'a, 'b, U, T, M1, M2> MatrixMetric<'a, 'b, T, M1, M2> for U where
M1: 'a + BaseMatrix<T>,
M2: 'b + BaseMatrix<T>,
U: MatrixNorm<T, M1>,
&'a M1: Sub<&'b M2>,
<&'a M1 as Sub<&'b M2>>::Output == M1, [src]
M1: 'a + BaseMatrix<T>,
M2: 'b + BaseMatrix<T>,
U: MatrixNorm<T, M1>,
&'a M1: Sub<&'b M2>,
<&'a M1 as Sub<&'b M2>>::Output == M1,
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,