R/RcppExports.R

Defines functions stockCPP fCPP

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

stockCPP <- function(F, C, B, params, tol = 1e-10, niter = 200L) {
    .Call('biodyn_stockCPP', PACKAGE = 'biodyn', F, C, B, params, tol, niter)
}

fCPP <- function(F, C, B, params, tol = 1e-10, niter = 200L) {
    .Call('biodyn_fCPP', PACKAGE = 'biodyn', F, C, B, params, tol, niter)
}
laurieKell/biodyn documentation built on May 20, 2019, 7:58 p.m.