Click or drag to resize

DoubleParameterizedFunctionalEvaluate(DoubleVector, DoubleVector) Method

Evaluates the parameterized function for the given parameter values at the given point.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public abstract double Evaluate(
	DoubleVector parameters,
	DoubleVector x
)

Parameters

parameters  DoubleVector
The parameter values.
x  DoubleVector
The point to evaluate the function at.

Return Value

Double
The function value for the given parameter values at the the given point.
See Also