Overload List

  NameDescription
LinearSpline()()()
Default constructor. Constructs a LinearSpline instance with no tabulated values.
LinearSpline(DoubleVector, DoubleVector)
Constructs an instance of LinearSpline for the given paired vectors of x- and y-values.

See Also