|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFunction
A class, which has a function value should implement this interface.
| Method Summary | |
|---|---|
double |
getValue(double x,
double y,
double z)
Return the function value at (x,y,z) |
Vector |
getValues(Matrix x)
Return the function value The rows of the matrix x are the Parameters like x,y,z and the columns are the values which must calculated. |
| Method Detail |
|---|
double getValue(double x,
double y,
double z)
Vector getValues(Matrix x)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||