swig/Examples/guile/matrix
William S Fulton 13b66c997e Guile example makefiles - run some of the examples in the check target.
Still some are missing. Add some missing examples to check.list.
2013-04-20 02:27:57 +01:00
..
main.c Initial revision. 2000-04-03 14:55:20 +00:00
Makefile Guile example makefiles - run some of the examples in the check target. 2013-04-20 02:27:57 +01: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