Click or drag to resize

LineSearchT Class

Inheritance Hierarchy
SystemObject
  DHIMath.NumericsLineSearchT

Namespace:  DHIMath.Numerics
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public class LineSearch<T>
where T : new(), IFunctionValue

Type Parameters

T

The LineSearchT type exposes the following members.

Constructors
  NameDescription
Public methodLineSearchT
Initializes a new instance of the LineSearchT class
Top
Properties
  NameDescription
Public propertyMinimum
Public propertyNumFunctionEval
Top
Methods
Fields
See Also