Click or drag to resize

DoubleFunctionalDelegate Constructor

Overload List
 NameDescription
Public methodDoubleFunctionalDelegate Constructs an empty DoubleFunctionalDelegate instance. Behavior undefined.
Public methodDoubleFunctionalDelegate(DoubleFunctionalDelegate) Copy constructor. Constructs a deep copy of the input DoubleFunctionalDelegate.
Public methodDoubleFunctionalDelegate(Int32, FuncDoubleVector, Double) Constructs a DoubleFunctionalDelegate object from the given delegate and domain dimension.
Public methodDoubleFunctionalDelegate(Int32, FuncDoubleVector, Double, ActionDoubleVector, DoubleVector) Constructs a DoubleFunctionalDelegate object from the given delegate and domain dimension.
Public methodDoubleFunctionalDelegate(Int32, FuncDoubleVector, Double, Double) Constructs a DoubleFunctionalDelegate object from the given delegate and uses the given central difference delta value for estimating the gradient using a central difference algorithm.
Top
See Also