public interface IGradientFunction
| Modifier and Type | Method and Description |
|---|---|
ai.libs.jaicore.math.linearalgebra.Vector |
apply(ai.libs.jaicore.math.linearalgebra.Vector vector)
Returns the result of applying the gradient to the point represented by the
given vector.
|
ai.libs.jaicore.math.linearalgebra.Vector apply(ai.libs.jaicore.math.linearalgebra.Vector vector)
vector - the vector the gradient is applied to