Overload List

  NameDescription
DoubleFunctionalDelegate()()()
Constructs an empty DoubleFunctionalDelegate instance. Behavior undefined.
DoubleFunctionalDelegate(Int32, Func<(Of <(DoubleVector, Double>)>))
Constructs a DoubleFunctionalDelegate object from the given delegate and domain dimension.
DoubleFunctionalDelegate(Int32, Func<(Of <(DoubleVector, Double>)>), Action<(Of <(DoubleVector, DoubleVector>)>))
Constructs a DoubleFunctionalDelegate object from the given delegate and domain dimension.
DoubleFunctionalDelegate(Int32, Func<(Of <(DoubleVector, 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.

See Also