Package com.actelion.research.util
Class FastSpline.Polynome
- java.lang.Object
-
- com.actelion.research.util.FastSpline.Polynome
-
- Enclosing class:
- FastSpline
public static final class FastSpline.Polynome extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Polynome(double[] coeffs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FastSpline.Polynome
derivative()
double[]
getCoefficients()
double
value(double x)
-
-
-
Method Detail
-
derivative
public final FastSpline.Polynome derivative()
-
value
public final double value(double x)
-
getCoefficients
public final double[] getCoefficients()
-
-