|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectq1471341.mp1074.integration.Integrand
q1471341.mp1074.test.GenzTestIntegrands.GenzOscillatory
Constructor Summary | |
GenzTestIntegrands.GenzOscillatory(int dimension,
double h)
|
Method Summary | |
int |
dimension()
Returns the dimension of the domain of the function. |
double |
evaluate(double[] x)
Evaluates the integrand at the specified point. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GenzTestIntegrands.GenzOscillatory(int dimension, double h)
Method Detail |
public double evaluate(double[] x)
Integrand
checkArgument
may be used for this
purpose.
evaluate
in class Integrand
x
- the point in R^s where the integrand is to be evaluated
public int dimension()
Integrand
dimension
in class Integrand
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |