R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

integrate_sys_const <- function(derivs, recfun, init, duration, step_size = 1.0, start = 0.0, atol = 1e-6, rtol = 1e-6) {
    .Call('odeintr_integrate_sys_const', PACKAGE = 'odeintr', derivs, recfun, init, duration, step_size, start, atol, rtol)
}

integrate_sys_adapt <- function(derivs, recfun, init, duration, step_size = 1.0, start = 0.0, atol = 1e-6, rtol = 1e-6) {
    .Call('odeintr_integrate_sys_adapt', PACKAGE = 'odeintr', derivs, recfun, init, duration, step_size, start, atol, rtol)
}

Try the odeintr package in your browser

Any scripts or data that you put into this service are public.

odeintr documentation built on May 2, 2019, 6:12 p.m.