public static class RMCurveFit.ScaledFunc extends RMMath.RMFunc
| Constructor and Description |
|---|
ScaledFunc(RMMath.RMFunc real) |
| Modifier and Type | Method and Description |
|---|---|
double |
f(double x) |
double |
fprime(double x,
int order)
nth derivative of function at x.
|
integrate, solvepublic ScaledFunc(RMMath.RMFunc real)
public double f(double x)
f in class RMMath.RMFuncpublic double fprime(double x,
int order)
RMMath.RMFuncfprime in class RMMath.RMFunc