automatic title
# S4 method for NlModel
initialize(
.Object,
times = c(0, 1),
DepComp = new(Class = "TransportDecompositionOperator", 0, 1, function(t) {
return(matrix(nrow = 1, ncol = 1, 0))
}, function(t) {
return(matrix(nrow = 1,
ncol = 1, 0))
}),
initialValues = numeric(),
inputFluxes = BoundInFluxes(function(t) {
return(matrix(nrow = 1, ncol = 1, 1)) }, 0, 1),
solverfunc = deSolve.lsoda.wrapper,
pass = FALSE
)
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation
no manual documentation