|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VectorFunction
A vector function takes an input VectorG and evaluates it to an
VectorG. The dimensionality of the input and output vector need not
to be equal.
Function| Method Summary | |
|---|---|
int |
argumentDimension()
Returns the dimension of the input vector used by this vector function. |
VectorG |
evaluate(VectorG x)
Evaluates an VectorG of dimension argumentDimension() to
an VectorG of dimension functionDimension(). |
int |
functionDimension()
Returns the dimension of the function. |
| Method Detail |
|---|
int functionDimension()
VectorG returned by evaluate(vec_math.VectorG).
int argumentDimension()
VectorG evaluate(VectorG x)
VectorG of dimension argumentDimension() to
an VectorG of dimension functionDimension().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||