Uses of Class
com.actelion.research.util.FastSpline
-
Packages that use FastSpline Package Description com.actelion.research.chem.interactionstatistics com.actelion.research.util -
-
Uses of FastSpline in com.actelion.research.chem.interactionstatistics
Methods in com.actelion.research.chem.interactionstatistics that return FastSpline Modifier and Type Method Description FastSpline
SplineFunction. getSpline()
Methods in com.actelion.research.chem.interactionstatistics with parameters of type FastSpline Modifier and Type Method Description void
SplineFunction. setSplineFunction(FastSpline spline)
-
Uses of FastSpline in com.actelion.research.util
Methods in com.actelion.research.util that return FastSpline Modifier and Type Method Description FastSpline
FastSpline. derivative()
Returns the derivative of the polynomial spline function as a PolynomialSplineFunctionFastSpline
SmoothingSplineInterpolator. interpolate(double[] x, double[] y)
-