|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Differentiable
Method Summary | |
---|---|
Vector |
getGradient(Vector x)
Obtain the gradient Vector for the provided input Vector . |
Method Detail |
---|
Vector getGradient(Vector x)
Vector
for the provided input Vector
.
The gradient is, naturally, the derivative of the
Function
which implements this
interface.
x
- The provided input Vector
to calculate the derivative at.
Vector
containing
the gradient of the provided input.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |