Function hyperdual::linalg::norm_owned

source ·
pub fn norm_owned<T: Scalar + Float, M: DimName, N: DimName>(
    v: &OVector<OHyperdual<T, N>, M>
) -> OHyperdual<T, N>where
    OHyperdual<T, N>: Float,
    DefaultAllocator: Allocator<OHyperdual<T, N>, M> + Allocator<T, N>,
    <DefaultAllocator as Allocator<T, N>>::Buffer: Copy,
Expand description

Computes the norm of a vector of Hyperdual.