![]() | Double |
Name | Description | |
---|---|---|
![]() | DoubleFunctionalDelegate | Constructs an empty DoubleFunctionalDelegate instance. Behavior undefined. |
![]() | DoubleFunctionalDelegate(DoubleFunctionalDelegate) | Copy constructor. Constructs a deep copy of the input DoubleFunctionalDelegate. |
![]() | DoubleFunctionalDelegate(Int32, FuncDoubleVector, Double) | Constructs a DoubleFunctionalDelegate object from the given delegate and domain dimension. |
![]() | DoubleFunctionalDelegate(Int32, FuncDoubleVector, Double, ActionDoubleVector, DoubleVector) | Constructs a DoubleFunctionalDelegate object from the given delegate and domain dimension. |
![]() | DoubleFunctionalDelegate(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. |