]> www.ginac.de Git - ginac.git/blobdiff - doc/examples/ginac-examples.texi
Added example for mystring class [Sheplyakov].
[ginac.git] / doc / examples / ginac-examples.texi
index bd14dab99e9a788d9ab8ce4b01bd4c6af3f588ff..8870dafb84a8fde391a5937067176b602774f84a 100644 (file)
@@ -32,9 +32,24 @@ 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.
+
+@chapter Lanczos Approximation
+
+The program lanczos.cpp calculates coefficients for use in the Lanczos
+approximation of the gamma function. The Lanczos approximation is used by
+the function inside GiNaC that approximates the gamma function numerically.
+See the comments in the source file for more information.
+
 @bye