summaryrefslogtreecommitdiff
path: root/libs/numeric/odeint/doc/tutorial_special_topics.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/numeric/odeint/doc/tutorial_special_topics.qbk')
-rw-r--r--libs/numeric/odeint/doc/tutorial_special_topics.qbk18
1 files changed, 9 insertions, 9 deletions
diff --git a/libs/numeric/odeint/doc/tutorial_special_topics.qbk b/libs/numeric/odeint/doc/tutorial_special_topics.qbk
index 8beff6215..0e3e9dc3a 100644
--- a/libs/numeric/odeint/doc/tutorial_special_topics.qbk
+++ b/libs/numeric/odeint/doc/tutorial_special_topics.qbk
@@ -46,7 +46,7 @@ found in the section __adapt_state_types.
[stuart_landau_integration]
The full cpp file for the Stuart-Landau example can be found here [github_link
-libs/numeric/odeint/examples/stuart_landau.cpp stuart_landau.cpp]
+examples/stuart_landau.cpp stuart_landau.cpp]
[endsect]
@@ -75,7 +75,7 @@ The observer uses a reference to the system object to calculate the local energi
[fpu_observer]
-The full cpp file for this FPU example can be found here [github_link libs/numeric/odeint/examples/fpu.cpp fpu.cpp]
+The full cpp file for this FPU example can be found here [github_link examples/fpu.cpp fpu.cpp]
[endsect]
@@ -103,7 +103,7 @@ Now, we do several integrations for different values of ['__epsilon] and record
[phase_oscillator_ensemble_integration]
-The full cpp file for this example can be found here [github_link libs/numeric/odeint/examples/phase_oscillator_ensemble.cpp phase_oscillator_ensemble.cpp]
+The full cpp file for this example can be found here [github_link examples/phase_oscillator_ensemble.cpp phase_oscillator_ensemble.cpp]
[endsect]
@@ -159,7 +159,7 @@ It is quite easy but the compilation time might take very long. Furthermore, the
memory consuming. For example the unit test for the usage of __boost_units in odeint take up to 4 GB
of memory at compilation.]
-The full cpp file for this example can be found here [github_link libs/numeric/odeint/examples/harmonic_oscillator_units.cpp harmonic_oscillator_units.cpp].
+The full cpp file for this example can be found here [github_link examples/harmonic_oscillator_units.cpp harmonic_oscillator_units.cpp].
[endsect]
@@ -179,7 +179,7 @@ In principle this is all. Please note, that the above code is far from being opt
[$phase_lattice_2d_0000.jpg] [$phase_lattice_2d_0100.jpg] [$phase_lattice_2d_1000.jpg]
-The full cpp for this example can be found here [github_link libs/numeric/odeint/examples/two_dimensional_phase_lattice.cpp two_dimensional_phase_lattice.cpp].
+The full cpp for this example can be found here [github_link examples/two_dimensional_phase_lattice.cpp two_dimensional_phase_lattice.cpp].
[endsect]
@@ -224,13 +224,13 @@ The actual integration then is straight forward:
[mp_lorenz_int]
-The full example can be found at [github_link libs/numeric/odeint/examples/multiprecision/lorenz_mp.cpp lorenz_mp.cpp].
+The full example can be found at [github_link examples/multiprecision/lorenz_mp.cpp lorenz_mp.cpp].
Another example that compares the accuracy of the high precision type with
-standard double can be found at [github_link libs/numeric/odeint/examples/multiprecision/cmp_precision.cpp cmp_precision.cpp].
+standard double can be found at [github_link examples/multiprecision/cmp_precision.cpp cmp_precision.cpp].
Furthermore, odeint can also be run with other multiprecision libraries,
e.g. [@http://gmplib.org/ gmp].
-An example for this is given in [github_link libs/numeric/odeint/examples/gmpxx/lorenz_gmpxx.cpp lorenz_gmpxx.cpp].
+An example for this is given in [github_link examples/gmpxx/lorenz_gmpxx.cpp lorenz_gmpxx.cpp].
[endsect]
@@ -267,7 +267,7 @@ The `do_resize` function simply calls `vector.resize` of `q` , `p` and `distr`.
[resizing_lattice_resize_function]
-The full example can be found in [github_link libs/numeric/odeint/examples/resizing_lattice.cpp resizing_lattice.cpp]
+The full example can be found in [github_link examples/resizing_lattice.cpp resizing_lattice.cpp]
[endsect]