|  | Multiple | 
The MultipleCurveFitFunction type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Clone | Returns a deep copy of the base. Deriving classes must override this method. (Inherited from ParameterizedMultivariableFunction) | 
|  | Evaluate(Double, Double) | Evaluates the function for the given set of parameters at the given point. (Inherited from ParameterizedMultivariableFunction) | 
|  | Evaluate(DoubleVector, DoubleVector, DoubleVector) | Evaluates the function for the given set of parameters at the given point. (Overrides ParameterizedMultivariableFunctionEvaluate(DoubleVector, DoubleVector, DoubleVector)) | 
|  | JacobianWithRespectToParameters(Double, Double, DoubleMatrix) | Method for calculating the Jacobian with respect to the parameters while keeping x
            fixed at the specified value. (Inherited from ParameterizedMultivariableFunction) | 
|  | JacobianWithRespectToParameters(DoubleVector, DoubleVector, DoubleMatrix) | Method for calculating the Jacobian with respect to the parameters while keeping x
            fixed at the specified value. (Inherited from ParameterizedMultivariableFunction) | 
 See Also
See Also