norm_vec: The norm function for vector

View source: R/lib_iKernel.R

norm_vecR Documentation

The norm function for vector

Description

The norm function for vector

Usage

norm_vec(x)

norm_vec_sq(x)

Arguments

x

numeric vector

Value

The squared root of sum of squared elements of the vector x or Euclid length of the vector x

The squared Euclid norm or the sum of squared elements of the vector x

Functions

  • norm_vec_sq(): The squared norm or the sum of squared elements of the vector x

Examples

NULL
NULL

MaxWiK documentation built on April 3, 2025, 8:47 p.m.