SymbolicMath.DefineSymbolicDerivative Method

Adds an expression for the symbolic derivative of a method.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void DefineSymbolicDerivative(
	MethodInfo method,
	int position,
	LambdaExpression expression
)

Parameters

method  MethodInfo
The method for which the symbolic derivative is being defined.
position  Int32
The position of the argument with respect to which the derivative is taken.
expression  LambdaExpression
The expression that evaluates the symbolic derivative of method with respect to its positionth argument.

See Also