l2-norm ( k -- x )
Matrix operations

Prev:l1-norm ( k -- x )
Next:l-infinity-norm ( k -- x )


Vocabulary
math.vectors

Inputs
ka sequence


Outputs
xa non-negative real number


Generic word contract
Implementation for the default norm, in 𝑙₂ (L^2) vector space, usually written ∥・∥₂.

See also
frobenius-norm, hilbert-schmidt-norm

Definition