Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
make_ode_em <- function(tau, noise_strength) {
.Call('_GillespieSSA2_make_ode_em', PACKAGE = 'GillespieSSA2', tau, noise_strength)
}
make_ssa_btl <- function(mean_firings) {
.Call('_GillespieSSA2_make_ssa_btl', PACKAGE = 'GillespieSSA2', mean_firings)
}
make_ssa_etl <- function(tau) {
.Call('_GillespieSSA2_make_ssa_etl', PACKAGE = 'GillespieSSA2', tau)
}
make_ssa_exact <- function() {
.Call('_GillespieSSA2_make_ssa_exact', PACKAGE = 'GillespieSSA2')
}
test_ssa_method_cpp <- function(ssa_alg, state, propensity, nu_i, nu_p, nu_x) {
.Call('_GillespieSSA2_test_ssa_method_cpp', PACKAGE = 'GillespieSSA2', ssa_alg, state, propensity, nu_i, nu_p, nu_x)
}
test_propensity_cpp <- function(propensity_funs, params, buffer_size, propensity_size, state, sim_time) {
.Call('_GillespieSSA2_test_propensity_cpp', PACKAGE = 'GillespieSSA2', propensity_funs, params, buffer_size, propensity_size, state, sim_time)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.