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

The L2-norm of the calling Matrix.

Syntax
C#
Visual Basic
public double NormL2();

Calculates: 

 

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!