Click or drag to resize

Util Class

Inheritance Hierarchy
SystemObject
  DHIMath.NumericsUtil

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public static class Util

The Util type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCalcGradient(ScalarFunction, Double, Double)
Public methodStatic memberCalcGradient(ScalarFunction, Double, Double, Double, Double)
Public methodStatic memberCalcJacobian(Int32, VectorFunction, Double, Double, Double)
Public methodStatic memberCalcJacobian(VectorFunction, Double, Double, Double, Double)
Public methodStatic memberNorm2(Double)
Public methodStatic memberNorm2(Double, Double)
Public methodStatic memberNorm2Sq(Double)
Public methodStatic memberNorm2Sq(Double, Double)
Public methodStatic memberNormInf
Public methodStatic memberSwapT
Top
See Also