swig/SWIG/Examples/guile/matrix
William S Fulton b0d7c1194d SWIG-1.1 documentation directive removed
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5414 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-25 22:47:39 +00:00
..
.cvsignore
main.c
Makefile
matrix.c
matrix.h
matrix.i
matrix.scm
package.i
README
vector.c
vector.h
vector.i SWIG-1.1 documentation directive removed 2003-11-25 22:47:39 +00:00

Matrix example.  To run the example, execute the program 'matrix' and
type the following :

	(load "matrix.scm")
	(do-test 0)

Alternatively, use the command-line:

	./matrix -e do-test -s matrix.scm

Or, if your operating system is spiffy enough:

	./matrix.scm