|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjat.matvec.function.DoubleFunction
public abstract class DoubleFunction
Titre : JAva MAtrix TOols
Description :
| Constructor Summary | |
|---|---|
DoubleFunction()
|
|
| Method Summary | |
|---|---|
void |
checkArgNumber(int n)
|
abstract double |
eval(double[] values)
|
void |
toFramePlot2D(double Xmin,
double Xmax)
Plot the DoubleFunction in a JFrame |
void |
toFramePlot3D(double Xmin,
double Xmax,
double Ymin,
double Ymax)
Plot the DoubleFunction in a JFrame |
FunctionPlot2D |
toPanelPlot2D(double Xmin,
double Xmax)
Plot the DoubleFunction in a JPanel |
FunctionPlot3D |
toPanelPlot3D(double Xmin,
double Xmax,
double Ymin,
double Ymax)
Plot the DoubleFunction in a JPanel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoubleFunction()
| Method Detail |
|---|
public abstract double eval(double[] values)
public void checkArgNumber(int n)
public FunctionPlot2D toPanelPlot2D(double Xmin,
double Xmax)
Xmin - Min value in X.Xmax - Max value in X.
public void toFramePlot2D(double Xmin,
double Xmax)
Xmin - Min value in X.Xmax - Max value in X.
public FunctionPlot3D toPanelPlot3D(double Xmin,
double Xmax,
double Ymin,
double Ymax)
Xmin - Min value in X.Xmax - Max value in X.Ymin - Min value in Y.Ymax - Max value in Y.
public void toFramePlot3D(double Xmin,
double Xmax,
double Ymin,
double Ymax)
Xmin - Min value in X.Xmax - Max value in X.Ymin - Min value in Y.Ymax - Max value in Y.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||