From a26224a2f94104595f63726df1b83c0cd761f306 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Thu, 31 Aug 2006 17:38:20 +0000 Subject: [PATCH] Added two excompiler examples. --- doc/examples/ginac-examples.texi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/examples/ginac-examples.texi b/doc/examples/ginac-examples.texi index bd14dab9..06fd9885 100644 --- a/doc/examples/ginac-examples.texi +++ b/doc/examples/ginac-examples.texi @@ -32,9 +32,17 @@ Two expression are stored in an archive on the disk and are restored again. @chapter Monte Carlo Integration -@section Using VEGAS from CUBA @uref{compile1.cpp, (source)} +@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 -- 2.44.0