View source: R/differentiation.R
| fast_jac | R Documentation |
Calculates the Jacobian matrix for a vector-valued function (e.g., residuals).
fast_jac(f_res, x, diff_method = c("forward", "central"), ...)
f_res |
Function. A function returning a vector of residuals. |
x |
Numeric vector. Parameters at which to evaluate the Jacobian. |
diff_method |
String. Differentiation method: "forward" or "central". |
... |
Additional arguments passed to |
A Jacobian matrix of dimension (m x n).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.