DHI.Mike1D
DHI.Mike1D
Namespaces
DHIMath.Numerics
Util Class
Util Methods
Norm2Sq Method
Norm2Sq Method (Double[])
Norm2Sq Method (Double[], Double[])
Util
Norm2Sq Method (
Double
,
Double
)
Calculates the 2-norm squared, |x2-x1|^2
Namespace:
DHIMath.Numerics
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
static
double
Norm2Sq
(
double
[]
x1
,
double
[]
x2
)
Parameters
x1
Type:
System
Double
x2
Type:
System
Double
Return Value
Type:
Double
See Also
Reference
Util Class
Norm2Sq Overload
DHIMath.Numerics Namespace