Algosim documentation: NormSquared

NormSquared

Returns the Euclidean norm square of a vector or a matrix.

Syntax

Description

NormSquared(x) returns the Euclidean norm square of x

To compute the square of any other norm, use the norm function and square the result (using sqr or ^2).

See also