|
|||||||||
| Home >> All >> riso >> [ approximation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
riso.approximation
Class DistributionCallback

java.lang.Objectriso.approximation.DistributionCallback
- All Implemented Interfaces:
- riso.numerical.Callback_1d
- class DistributionCallback
- extends java.lang.Object
- implements riso.numerical.Callback_1d
- extends java.lang.Object
| Field Summary | |
(package private) riso.distributions.Distribution |
target
|
(package private) double[] |
x1
|
| Constructor Summary | |
(package private) |
DistributionCallback(riso.distributions.Distribution target)
|
| Method Summary | |
double |
f(double x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
target
riso.distributions.Distribution target
x1
double[] x1
| Constructor Detail |
DistributionCallback
DistributionCallback(riso.distributions.Distribution target)
| Method Detail |
f
public double f(double x)
throws java.lang.Exception
- Specified by:
fin interfaceriso.numerical.Callback_1d
|
|||||||||
| Home >> All >> riso >> [ approximation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
riso.approximation.DistributionCallback