MathUtilDerivatives Method
This procedure calculates the derivative of vector yTable with respect to the monoton and increasing vector xTable.
The lengt of the yTable and xTable vectors must be equal and at least equal to 2.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public static double[] Derivatives(
double[] xTable,
double[] yTable
)
- xTable Double
- Monoton and increasing vector
- yTable Double
- Vector
Double[Missing <returns> documentation for "M:DHI.Mike1D.Generic.MathUtil.Derivatives(System.Double[],System.Double[])"]