Description Usage Arguments Examples
Functions to get and set values of the most useful attributes of solver
objects.
1 2 3 4 5 6 7 | provides_jacobian(solver)
nparams(solver)
nparams(solver) <- value
required_args(solver)
|
solver |
object of class |
value |
numeric scalar, can be |
1 2 3 | s <- r_solver(nparams = 10)
provides_jacobian(s)
nparams(s)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.