This package contains examples for the use of models that can be found in Annex60.Utilities.Math.Functions.
Name | Description |
---|---|
CubicHermite | Test problem for cubic hermite splines |
InverseXDerivativeCheck | Model that checks the correct implementation of the 1st order derivative of InverseXRegularized |
InverseXDerivative_2_Check | Model that checks the correct implementation of the 2nd order derivative of InverseXRegularized |
InverseXRegularized | Test problem for function that replaces 1/x around the origin by a twice continuously differentiable function |
IsMonotonic | Tests the correct implementation of the function isMonotonic |
Polynomial | |
PowerLinearized | Test problem for function that linearizes y=x^n below some threshold |
RegNonZeroPower | |
RegNonZeroPowerDerivativeCheck | |
RegNonZeroPowerDerivative_2_Check | |
RegStep | Example for inlined regStep function |
SmoothExponentialDerivativeCheck | |
SpliceFunction | |
SpliceFunctionDerivativeCheck | |
TrapezoidalIntegration | Tests the correct implementation of the function trapezoidalIntegration |