|
|||||||||||
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.FOne
This class represents the integrand f = 1
Constructor Summary | |
SimpleTestIntegrands.FOne(int dim)
Default constructor of class FOne |
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.FOne(int dim)
FOne
Method Detail |
public int dimension()
Integrand
dimension
in class Integrand
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 java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |