Click or drag to resize

VectorSpline Class

Interpolates vectors.
Inheritance Hierarchy
SystemObject
  Austra.LibrarySplineDouble
    Austra.LibraryVectorSpline

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntax
C#
public sealed class VectorSpline : Spline<double>

The VectorSpline type exposes the following members.

Constructors
 NameDescription
Public methodVectorSpline(DVector, DVector)Creates an interpolator for a series.
Public methodVectorSpline(Double, Double, Int32, FuncDouble, Double)Creates a spline approximating a function in a given interval.
Top
Properties
 NameDescription
Public propertyAreaGets the area below the spline in its validity interval.
(Inherited from SplineARG)
Public propertyFirstGets the lower bound of the first segment.
(Overrides SplineARGFirst)
Public propertyItemGets the interpolated value at a given argument.
(Inherited from SplineARG)
Public propertyKCubic piecewise polynomials.
(Inherited from SplineARG)
Public propertyLastGets the upper bound of the last segment.
(Overrides SplineARGLast)
Public propertyLastCoordinateKeeps the last coordinate for interpolating arbitrary values.
(Inherited from SplineARG)
Public propertyLengthGets the number of piecewise polynomials.
(Inherited from SplineARG)
Public propertyOriginalOriginal series.
Top
Methods
 NameDescription
Public methodDerivativeGets the interpolated derivative at a given argument.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFromGets the lower bound of a segment.
(Overrides SplineARGFrom(Int32))
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPolyGets a piecewise polynomial by its index.
(Inherited from SplineARG)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodNearestArgGets the segment date nearest to a given argument.
(Inherited from SplineARG)
Public methodToGets the upper bound of a segment.
(Overrides SplineARGTo(Int32))
Public methodToStringGets a textual representation of the spline.
(Inherited from SplineARG)
Top
See Also