|
|||||||||||
| 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.SimpleTestIntegrands.F2DTest
This class represents the 2-dimensional integrand f(x,y) = y*exp(x*y)/(e-2)
| Constructor Summary | |
SimpleTestIntegrands.F2DTest(int dim)
Default constructor of class F2DTest |
|
| 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 SimpleTestIntegrands.F2DTest(int dim)
F2DTest
| Method Detail |
public int dimension()
Integrand
dimension in class Integrandpublic double evaluate(double[] x)
IntegrandcheckArgument may be used for this
purpose.
evaluate in class Integrandx - the point in R^s where the integrand is to be evaluated
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||