|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfunction.BasicScalarFunction
function.WaveDragAxisymmetric.AreaRule
function.WaveDragAxisymmetric.MaxRadiusLoFi
public static class WaveDragAxisymmetric.MaxRadiusLoFi
Uses a simplistic way to compute the radius constraint violations. Assumes that the largest radius is the largest of the specified radii.
| Field Summary |
|---|
| Fields inherited from class function.BasicScalarFunction |
|---|
DEFAULT_BOUNDS, DEFAULT_DIM, VALUE_OUTSIDE_BOUNDS |
| Constructor Summary | |
|---|---|
WaveDragAxisymmetric.MaxRadiusLoFi()
|
|
| Method Summary | |
|---|---|
double |
quickCompute(double[] x)
Compute method without dimension checking. |
void |
quickCompute(cern.colt.matrix.DoubleMatrix2D mat,
cern.colt.matrix.DoubleMatrix1D outputs)
Compute method without dimension checking, operating on DoubleMatrix2D and exploiting optimized operations therein. |
| Methods inherited from class function.WaveDragAxisymmetric.AreaRule |
|---|
getBounds, getParent, init, main, setBounds, setParent, vectorize |
| Methods inherited from class function.BasicScalarFunction |
|---|
checkDimensions, compute, compute, compute, compute, compute, compute, getInputDimension, getOutputDimension, isWithinBounds, makeBounds |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WaveDragAxisymmetric.MaxRadiusLoFi()
| Method Detail |
|---|
public double quickCompute(double[] x)
BasicScalarFunction
quickCompute in interface ScalarFunctionquickCompute in class WaveDragAxisymmetric.AreaRulex - the given input.
public void quickCompute(cern.colt.matrix.DoubleMatrix2D mat,
cern.colt.matrix.DoubleMatrix1D outputs)
BasicScalarFunctionDoubleMatrix2D and exploiting optimized operations therein.
quickCompute in interface ScalarFunctionquickCompute in class WaveDragAxisymmetric.AreaRulemat - given matrix of inputs.outputs - vector to store the result.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||