You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TDenseMtxVec Class > TDenseMtxVec Methods > NormL2 Method > TDenseMtxVec.NormL2 Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TDenseMtxVec.NormL2 Method ()

Calculate the L2-norm of the calling vector.

Syntax
C#
Visual Basic
public double NormL2();

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

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