Description Usage Arguments Value Examples
(Mock) gateway to solver that does not perform any external calls and computes the quantity of interest and its jacobian using provided functions. Provided mainly for testing purposes.
1 2 3 4 5 6 |
qoi |
function to act as the quantity of interest (should return scalar). |
jacobian |
function to act as the Jacobian matrix for the quantity of
interest (should return vector
of the same lentgh as its parameter and should be the real Jacobian function
for |
nparams |
numeric, number of parameters, unspecified if |
required_args |
character, mandatory args for |
An object of classes r_solver
and solver
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.