Description Usage Arguments Value Methods (by class) Examples
Runs the solver executable and extracts the quantity of interest (QOI) and its Jacobian matrix (if available).
1 2 3 4 5 6 7 8 9 10 |
solver |
solver object. |
x |
numeric, the point (parameter set) at which QOI is evaluated. |
... |
additional arguments passed to other functions, note that
particular solvers can have some |
ignore.stdout |
logical, if not |
ignore.stderr |
logical, if not |
silent |
logical, suppress diagnostic messages (not warnings), |
List with components:
qoi
QOI value at x
, default implementation returns NA
;
jacobian
QOI Jacobian matrix at x
, default implementation
returns NA
, NA
is also returned if the solver does not provide Jacobian
info.
solver
: Checks if number of solver parameters (unless
NULL
) equals length of given point and delegates to default method.
r_solver
: Computes output using provided functions.
shell_solver
: Runs solver executable and reads values from output
file(s). If solver process exits with non-zero status code, a warning is
issued and list of NA
's is returned.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.