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 FastSplineSplineFunction. getSpline()Methods in com.actelion.research.chem.interactionstatistics with parameters of type FastSpline Modifier and Type Method Description voidSplineFunction. 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 FastSplineFastSpline. derivative()Returns the derivative of the polynomial spline function as a PolynomialSplineFunctionFastSplineSmoothingSplineInterpolator. interpolate(double[] x, double[] y)
-