swig/Examples/guile/matrix
Geert Janssens 7b9c302fa1 guile: fix matrix example
- add missing library in link phase
- empty true path () for if is not allowed
2013-04-28 22:06:27 +02:00
..
main.c Initial revision. 2000-04-03 14:55:20 +00:00
Makefile guile: fix matrix example 2013-04-28 22:06:27 +02: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 guile: fix matrix example 2013-04-28 22:06:27 +02: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