pomp
Inference for partially observed Markov processes
|
Go to the source code of this file.
Data Structures | |
struct | nlopt_soboldata_s |
Typedefs | |
typedef Int32 | uint32_t |
typedef struct nlopt_soboldata_s * | nlopt_sobol |
typedef struct nlopt_soboldata_s | soboldata |
Functions | |
static nlopt_sobol | nlopt_sobol_create (unsigned sdim) |
static void | nlopt_sobol_destroy (nlopt_sobol s) |
static void | nlopt_sobol_skip (nlopt_sobol s, unsigned n, double *x) |
static unsigned | rightzero32 (uint32_t n) |
static int | sobol_gen (soboldata *sd, double *x) |
static int | sobol_init (soboldata *sd, unsigned sdim) |
static void | sobol_destroy (soboldata *sd) |
SEXP | sobol_sequence (SEXP dim, SEXP length) |
typedef struct nlopt_soboldata_s* nlopt_sobol |
Definition at line 60 of file sobolseq.c.
typedef struct nlopt_soboldata_s soboldata |
typedef Int32 uint32_t |
Definition at line 59 of file sobolseq.c.
|
static |
Definition at line 188 of file sobolseq.c.
|
static |
Definition at line 196 of file sobolseq.c.
|
static |
Definition at line 225 of file sobolseq.c.
|
static |
Definition at line 84 of file sobolseq.c.
|
static |
Definition at line 177 of file sobolseq.c.
|
static |
Definition at line 96 of file sobolseq.c.
|
static |
Definition at line 122 of file sobolseq.c.
SEXP sobol_sequence | ( | SEXP | dim, |
SEXP | length | ||
) |
Definition at line 234 of file sobolseq.c.