Returns the Euclidean 'L-2' norm.
function Norm(const Data: array of Double): Extended;
Extended Norm(const array of Double Data);
Norm returns the Euclidean 'L-2' norm for the values in the Data array. The 'L-2' norm is the square root of the sum of squares.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|