rxode2 to symengine environment
rxToSE(
x,
envir = NULL,
progress = FALSE,
promoteLinSens = TRUE,
parent = parent.frame()
)
.rxToSE(x, envir = NULL, progress = FALSE)
rxFromSE(
x,
unknownDerivatives = c("forward", "central", "error"),
parent = parent.frame()
)
.rxFromSE(x)
expression
default is NULL
; Environment to put symengine
variables in.
shows progress bar if true.
Promote solved linear compartment systems to sensitivity-based solutions.
is the parent environment to look for R-based user functions
When handling derivatives from unknown functions, the translator will translate into different types of numeric derivatives. The currently supported methods are:
An rxode2 symengine environment