-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
74 lines (65 loc) · 1.57 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
reference:
- title: Generate a dust model
desc: >-
Convert a small section of C++ code into a model that can be run
efficiently in parallel.
contents:
- dust
- dust_generate
- dust_package
- title: Interact with the dust model
desc: >-
Every dust model shares the same (fairly large) set of methods
contents:
- dust_generator
- title: Random numbers
desc: >-
The core of dust is a parallel random number generator. These
are also described in a series of vignettes.
contents:
- dust_rng
- dust_rng_pointer
- dust_rng_distributed_state
- dust_rng_distributed_pointer
- title: ODE models
desc: >-
Additional support for ODE (ordinary differential equation)
models
contents:
- dust_ode_control
- title: Run in parallel with OpenMP
desc: >-
Detect OpenMP support
contents:
- dust_openmp_support
- dust_openmp_threads
- title: Compile on GPUs
desc: >-
Control compilation options for creating models to run on a GPU
contents:
- dust_cuda_configuration
- dust_cuda_options
- title: Other
contents:
- dust_data
- dust_example
- dust_repair_environment
articles:
- title: Introduction
navbar: ~
contents:
- dust
- design
- title: Random numbers
navbar: Random numbers
contents:
- rng
- rng_algorithms
- rng_package
- rng_distributed
- title: Dive deeper
navbar: Dive deeper
contents:
- data
- gpu
- multi