Symbolic Math.Define Symbolic Derivative Method
Adds an expression for the symbolic derivative of a method.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.