public class LinearRationalShapeControl extends R1ToR1
| Constructor and Description |
|---|
LinearRationalShapeControl(double dblLambda)
LinearRationalShapeControl constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
derivative(double dblX,
int iOrder)
Calculate the derivative as a double
|
double |
evaluate(double dblX)
Evaluate for the given variate
|
double |
getShapeControlCoefficient()
Retrieve the shape control coefficient
|
double |
integrate(double dblBegin,
double dblEnd)
Integrate over the given range
|
differential, differential, maxima, maxima, minima, minimapublic LinearRationalShapeControl(double dblLambda)
throws java.lang.Exception
dblLambda - Tension Parameterjava.lang.Exception - Thrown if the inputs are invalidpublic double evaluate(double dblX)
throws java.lang.Exception
R1ToR1public double derivative(double dblX,
int iOrder)
throws java.lang.Exception
R1ToR1derivative in class R1ToR1dblX - Variate at which the derivative is to be calculatediOrder - Order of the derivative to be computedjava.lang.Exception - Thrown if Inputs are Invalidpublic double integrate(double dblBegin,
double dblEnd)
throws java.lang.Exception
R1ToR1public double getShapeControlCoefficient()