Click or drag to resize

Differentiate Class

Numerical Derivative.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcDifferentiate

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class Differentiate

The Differentiate type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDerivative Evaluates the derivative of a scalar univariate function.
Public methodStatic memberDerivativeFunc Creates a function handle for the derivative of a scalar univariate function.
Public methodStatic memberFirstDerivative Evaluates the first derivative of a scalar univariate function.
Public methodStatic memberFirstDerivativeFunc Creates a function handle for the first derivative of a scalar univariate function.
Public methodStatic memberFirstPartialDerivative Evaluates the first partial derivative of a multivariate function.
Public methodStatic memberFirstPartialDerivative2 Evaluates the first partial derivative of a bivariate function.
Public methodStatic memberFirstPartialDerivative2Func Creates a function handle for the first partial derivative of a bivariate function.
Public methodStatic memberFirstPartialDerivativeFunc Creates a function handle for the first partial derivative of a multivariate function.
Public methodStatic memberOrder Initialized a NumericalDerivative with the default points and center for the given order.
Public methodStatic memberPartialDerivative Evaluates the partial derivative of a multivariate function.
Public methodStatic memberPartialDerivative2 Evaluates the partial derivative of a bivariate function.
Public methodStatic memberPartialDerivative2Func Creates a function handle for the partial derivative of a bivariate function.
Public methodStatic memberPartialDerivativeFunc Creates a function handle for the partial derivative of a multivariate function.
Public methodStatic memberPoints Initialized a NumericalDerivative with the given points and center.
Public methodStatic memberSecondDerivative Evaluates the second derivative of a scalar univariate function.
Public methodStatic memberSecondDerivativeFunc Creates a function handle for the second derivative of a scalar univariate function.
Top
See Also