From: Jens Vollinga Date: Thu, 31 Aug 2006 17:38:20 +0000 (+0000) Subject: Added two excompiler examples. X-Git-Tag: release_1-4-0~61 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=a26224a2f94104595f63726df1b83c0cd761f306 Added two excompiler examples. --- 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