apply_jacobian {umbridge} | R Documentation |
Evaluate Jacobian of model.
Description
Evaluate Jacobian of model.
Usage
apply_jacobian(
url,
name,
out_wrt,
in_wrt,
parameters,
vec,
config = jsonlite::fromJSON("{}")
)
Arguments
url |
URL the model is running at. |
name |
Name of the desired model. |
out_wrt |
Output variable to take Jacobian with respect to. |
in_wrt |
Input variable to take Jacobian with respect to. |
parameters |
Model input parameter (a list of vectors). |
vec |
Vector to multiply Jacobian by. |
config |
Model-specific configuration options. |
Value
Jacobian with respect to given input and output variables, applied to given vector.
[Package umbridge version 1.0 Index]