|  | Multi | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
SyntaxThe MultiVariableFunctionFitterMResidualFunction type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | MultiVariableFunctionFitterMResidualFunction | Constructs a ResidualFunction instance. | 
 Properties
Properties| 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) | 
 Methods
Methods| 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) | Computes the residuals at for the given functional parameters. (Overrides DoubleMultiVariableFunctionEvaluate(DoubleVector, DoubleVector)) | 
|  | Jacobian(Double) | Evaluates the Jacobian of the function at the given point. (Inherited from DoubleMultiVariableFunction) | 
|  | Jacobian(DoubleVector, DoubleMatrix) | Computes the Jacobian of the residual function for the given functional 
            parameters. (Overrides DoubleMultiVariableFunctionJacobian(DoubleVector, DoubleMatrix)) | 
 See Also
See Also