All Packages Class Hierarchy This Package Previous Next Index
Interface CH.epfl.lcvm.mccc.HasJacobian
- public interface HasJacobian
A interface which a function supports which provides a jacobian.
-
jacobian(Matrix)
- Returns the jacobian of the function at the specified point
jacobian
public abstract Matrix jacobian(Matrix value)
- Returns the jacobian of the function at the specified point
- Parameters:
- value - the point at which to evaluate the jacobian
- Returns:
- the Jacobian of the function evaluated at the input point
All Packages Class Hierarchy This Package Previous Next Index