![]() | One |
The OneVariableFunctionFitterMCurveFitResidualFunction type exposes the following members.
Name | Description | |
---|---|---|
![]() | OneVariableFunctionFitterMCurveFitResidualFunction(DoubleParameterizedFunction, DoubleVector, DoubleVector, Int32) | Constructs a CurveFitResidualFunction instance for the given parameterized function and x-yValues values. |
![]() | OneVariableFunctionFitterMCurveFitResidualFunction(DoubleParameterizedFunction, DoubleVector, DoubleVector, DoubleVector, Int32) | Constructs a CurveFitResidualFunction instance for the given parameterized function and x-y values. |
Name | Description | |
---|---|---|
![]() | CentralDifferenceDelta |
Sets the delta for using the central difference method for
approximating the Jacobian. The Jacobian will be approximated
only if the deriving class does not override
the Jacobian method.
(Inherited from DoubleMultiVariableFunction) |
![]() | XDimension |
Gets and sets the dimension of the function domain.
(Inherited from DoubleMultiVariableFunction) |
![]() | YDimension |
Gets and sets the dimension of the function range.
(Inherited from DoubleMultiVariableFunction) |
Name | Description | |
---|---|---|
![]() | Clone | ICloneable method. Not implemented here. Deriving classes
must implement if desired.
(Inherited from DoubleMultiVariableFunction) |
![]() | Evaluate(Double) |
Evaluate the function at the point x.
(Inherited from DoubleMultiVariableFunction) |
![]() | Evaluate(DoubleMatrix, DoubleMatrix) |
Evaluate the function at the points X and place the results in
Y.
(Inherited from DoubleMultiVariableFunction) |
![]() | Evaluate(DoubleVector, DoubleVector) |
Evaluate the function at the point x and place the result in
yValues.
(Overrides DoubleMultiVariableFunctionEvaluate(DoubleVector, DoubleVector)) |
![]() | Jacobian(Double) |
Evaluates the Jacobian of the function at the given point.
(Inherited from DoubleMultiVariableFunction) |
![]() | Jacobian(DoubleVector, DoubleMatrix) |
Evaluates the jacobian of the residual function.
(Overrides DoubleMultiVariableFunctionJacobian(DoubleVector, DoubleMatrix)) |