The euklidian norm of a vector
function norm extends Modelica.Icons.Function; input Real v[:] "A vector"; output Real n "The norm of the vector"; end norm;