#include <R.h>
#include <Rinternals.h>
#include <stdlib.h>
#include <R_ext/Rdynload.h>
Go to the source code of this file.
◆ callCalibrationSimulation()
SEXP callCalibrationSimulation |
( |
SEXP |
| ) |
|
◆ callIllnessDeath()
SEXP callIllnessDeath |
( |
SEXP |
| ) |
|
◆ callPersonSimulation()
SEXP callPersonSimulation |
( |
SEXP |
, |
|
|
SEXP |
|
|
) |
| |
◆ callSimplePerson()
SEXP callSimplePerson |
( |
SEXP |
| ) |
|
◆ callSimplePerson2()
SEXP callSimplePerson2 |
( |
SEXP |
| ) |
|
◆ pqueue__cancel()
SEXP pqueue__cancel |
( |
SEXP |
, |
|
|
SEXP |
|
|
) |
| |
◆ pqueue__clear()
SEXP pqueue__clear |
( |
SEXP |
| ) |
|
◆ pqueue__empty()
SEXP pqueue__empty |
( |
SEXP |
| ) |
|
◆ pqueue__new()
SEXP pqueue__new |
( |
SEXP |
| ) |
|
◆ pqueue__pop()
SEXP pqueue__pop |
( |
SEXP |
| ) |
|
◆ pqueue__push()
SEXP pqueue__push |
( |
SEXP |
, |
|
|
SEXP |
, |
|
|
SEXP |
|
|
) |
| |
◆ r_create_current_stream()
void r_create_current_stream |
( |
| ) |
|
A utility function to create the current_stream. Used when initialising the microsimulation package in R.
Definition at line 37 of file microsimulation.cc.
◆ r_get_user_random_seed()
◆ R_init_microsimulation()
void R_init_microsimulation |
( |
DllInfo * |
dll | ) |
|
◆ r_next_rng_substream()
void r_next_rng_substream |
( |
| ) |
|
A utility function to move to the next user random stream for the simulation.
Definition at line 65 of file microsimulation.cc.
◆ r_remove_current_stream()
void r_remove_current_stream |
( |
| ) |
|
A utility function to remove the current_stream. Used when finalising the microsimulation package in R.
Definition at line 43 of file microsimulation.cc.
◆ r_rng_advance_substream()
◆ r_set_user_random_seed()
◆ CallEntries
const R_CallMethodDef CallEntries[] |
|
static |
Initial value:
Definition at line 41 of file init.c.
◆ CEntries
const R_CMethodDef CEntries[] |
|
static |
Initial value:
Definition at line 31 of file init.c.