You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > NormL2 Method > clVector.NormL2 Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
clVector.NormL2 Method ()

Calculate the L2-norm of the calling vector.

Pascal
function NormL2: double; overload;

L2 norm, defined by: NormaL2 = ( Sum(|a[i]|^2) )^0.5 , 0 < i < Length-1 .

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!