Table of Contents

Class ExpressionDerivation

Namespace
Utils.Mathematics.Expressions
Assembly
Utils.Mathematics.dll

Provides the historical non-generic entry-point for double-based derivation.

public class ExpressionDerivation : ExpressionDerivation<double>
Inheritance
ExpressionDerivation
Inherited Members
Extension Methods

Constructors

ExpressionDerivation(string, bool)

Initializes a new instance of the ExpressionDerivation class.

public ExpressionDerivation(string parameterName, bool allowNumericalFallback = false)

Parameters

parameterName string

Name of the variable with respect to which derivatives are computed.

allowNumericalFallback bool

See AllowNumericalFallback.