WebCab Optimization for COM v2.6

CubicDerivLocate Class

The cubic interpolation algorithm. This `locate' algorithm can be used only for derivable functions. If you try using this algorithm with a function for which you don't supply a derivative, an UniDimensionalException will be thrown.

This is an iterative algorithm which uses cubic interpolation.

For a list of all members of this type, see CubicDerivLocate Members.

System.Object
   CubicDerivLocate

public class CubicDerivLocate : LocateAlgorithm

Requirements

Namespace: WebCab.COM.Math.Optimization.UniDimensional

Assembly: WebCab.COM.Optimization (in WebCab.COM.Optimization.dll)

See Also

CubicDerivLocate Members | WebCab.COM.Math.Optimization.UniDimensional Namespace