]> www.ginac.de Git - ginac.git/blobdiff - doc/examples/ginac-examples.texi
Added two excompiler examples.
[ginac.git] / doc / examples / ginac-examples.texi
index 200c81e7a79f72cc3c1320052971acb1e265e483..06fd98859a6c19a8198583373312d874390bfb96 100644 (file)
@@ -30,4 +30,19 @@ This is a collection of code examples using GiNaC.
 
 Two expression are stored in an archive on the disk and are restored again.
 
+@chapter Monte Carlo Integration
+
+@section Example showing compile_ex @uref{compile1.cpp, (source)}
+
+Simple example showing compile_ex with one free variable. Timing between CLN and C double numerics is done.
+
+@section Using VEGAS from CUBA @uref{compile2.cpp, (source)}
+
+An expression in two variables is integrated by using VEGAS from the
+@uref{http://www.feynarts.de/cuba/, CUBA library}.
+
+@section Example showing link_ex @uref{compile3.cpp, (source)}
+
+Demonstrates the use of link_ex. Program has to be called more than once to see the effect.
+
 @bye