Uses of Class
com.actelion.research.util.FastSpline.Polynome
-
Packages that use FastSpline.Polynome Package Description com.actelion.research.util -
-
Uses of FastSpline.Polynome in com.actelion.research.util
Methods in com.actelion.research.util that return FastSpline.Polynome Modifier and Type Method Description FastSpline.Polynome
FastSpline.Polynome. derivative()
Constructors in com.actelion.research.util with parameters of type FastSpline.Polynome Constructor Description FastSpline(double[] knots, FastSpline.Polynome[] polynomials)
Construct a polynomial spline function with the given segment delimiters and interpolating polynomials.
-