MultivariableFunctionEvaluationAndDerivativeResultsTResults, TDerivativeResults Constructor (TResults, TDerivativeResults) |
Initializes a new instance.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public MultivariableFunctionEvaluationAndDerivativeResults(
TResults value,
TDerivativeResults firstDerivative
)
Public Sub New (
value As TResults,
firstDerivative As TDerivativeResults
)
public:
MultivariableFunctionEvaluationAndDerivativeResults(
TResults value,
TDerivativeResults firstDerivative
)
new :
value : 'TResults *
firstDerivative : 'TDerivativeResults -> MultivariableFunctionEvaluationAndDerivativeResults
Parameters
- value
- Type: TResults
The results from the evaluation of the SolvableMultivariableFunction. - firstDerivative
- Type: TDerivativeResults
The derivative results from the evaluation of the SolvableMultivariableFunction.
See Also