|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Gradient
Multidimensionals that implement this interface can calculate their gradient on a given point P. The gradient is a vector of the same dimension as the vector function itself, i.e.
grad_i = ∂f(x)/∂x_iThis is the vector version of
Differentiable
| Method Summary | |
|---|---|
VectorG |
grad(VectorG at)
Returns the gradient vector at the given point. |
| Methods inherited from interface vec_math.Multidimensional |
|---|
dimension, evaluate |
| Method Detail |
|---|
VectorG grad(VectorG at)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||