swig/Examples/guile/matrix
2008-11-26 21:54:49 +00:00
..
main.c Initial revision. 2000-04-03 14:55:20 +00:00
Makefile The great merge 2002-11-30 22:01:28 +00:00
matrix.c The great merge 2002-11-30 22:01:28 +00:00
matrix.i [guile] Fix the guile examples on 64-bit platforms. 2007-10-30 01:08:24 +00:00
matrix.scm remove svn:executable property where applied incorrectly 2008-11-26 21:54:49 +00:00
package.i The great merge 2002-11-30 22:01:28 +00:00
README The great merge 2002-11-30 22:01:28 +00:00
vector.c The great merge 2002-11-30 22:01:28 +00:00
vector.h Initial revision. 2000-04-03 14:55:20 +00:00
vector.i [guile] Fix the guile examples on 64-bit platforms. 2007-10-30 01:08:24 +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