You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Vector Structure
>
Vector Methods
>
NormL2 Method
>
Vector.NormL2 Method ()
Dew Math for .NET
Vector.NormL2 Method ()
Vector Structure
Vector Members
Dew.Math Namespace
NormL2 Method
Collapse All
Calculate the L2-norm of the calling vector.
Syntax
C#
Visual Basic
public
double
NormL2
();
Public
Sub
NormL2
()
Remarks
NormaL2 = (
Sum
(|a[i]|^2) )^0.5 , 0 < i <
Length
-1
Group
NormL2 Method
Links
Vector Structure
,
Vector Members
,
Dew.Math Namespace
,
NormL2 Method
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!