E_norm | R Documentation |
Function calculates the Euclidean norm of a vector or norm for each column if a matrix is submitted.
E_norm(X)
X |
a numeric vector or matrix |
a scalar norm (if X
is a vector) or a vector (if X
is a matrix)
of norms for each column.
Rick Dean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.