Click or drag to resize

LinearSpline Constructor

Overload List
 NameDescription
Public methodLinearSpline Default constructor. Constructs a LinearSpline instance with no tabulated values.
Public methodLinearSpline(DoubleVector, DoubleVector) Constructs an instance of LinearSpline for the given paired vectors of x- and y-values.
Top
See Also