IMSL C# Numerical Library

CsInterpolate.Condition Enumeration

Denotes the type of condition at an endpoint.

public enum CsInterpolate.Condition

Members

Member Name Description
NotAKnot Satisfies the "not-a-knot" condition.
FirstDerivative Satisfies the endpoint condition of the first derivative at the right and left points.
SecondDerivative Satisfies the endpoint condition of the second derivative at the right and left points.

Requirements

Namespace: Imsl.Math

Assembly: ImslCS (in ImslCS.dll)

See Also

Imsl.Math Namespace