You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > NormL2 Method > clMatrix.NormL2 Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMatrix.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!