R/RcppExports.R

Defines functions putFunPtrInXPtr DEoptim_impl

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

DEoptim_impl <- function(minbound, maxbound, fnS, control, rhoS) {
    .Call(`_RcppDE_DEoptim_impl`, minbound, maxbound, fnS, control, rhoS)
}

putFunPtrInXPtr <- function(fstr) {
    .Call(`_RcppDE_putFunPtrInXPtr`, fstr)
}

Try the RcppDE package in your browser

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

RcppDE documentation built on Dec. 28, 2022, 1:12 a.m.