public class QuadraticRationalShapeControl extends R1ToR1
| Constructor and Description |
|---|
QuadraticRationalShapeControl(double dblLambda)
QuadraticRationalShapeControl 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
|
static void |
main(java.lang.String[] astrArgs) |
differential, differential, maxima, maxima, minima, minimapublic QuadraticRationalShapeControl(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()
public static final void main(java.lang.String[] astrArgs)
throws java.lang.Exception
java.lang.Exception