guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Octave-like functions for Guile


From: Arno Peters
Subject: Octave-like functions for Guile
Date: Tue, 13 Aug 2002 15:39:06 +0200
User-agent: Mutt/1.4i

I am proud to announce the first public release of Octave-like
functions for Guile.  This release contains about 100 functions that
mimic Octave behaviour.

Examples of functions:
matrix construction: oct:zeros, oct:ones, oct:eye
matrix algebra: oct:+, oct:.*, oct:*, ...
element mapper functions: oct:sin, oct:cos, oct:real, oct:sqrt, ...
row mapper functions: oct:sum, oct:cumsum, oct:min, oct:max, oct:diff, ...
polynomial functions: oct:conv, oct:filter
plotting functions (limited functionality): oct:plot, oct:semilogx, ...

Functions accept matrices of any dimension except for matrix
multiplication.  Everything is plain Scheme code.  Look at the
test_octave.scm file for examples of how to use the code.

Get it here:

  http://httpd.chello.nl/~a.w.peters/software/guile-octave-0.0.1.tar.gz


Greetings,
-- 
Arno

Attachment: pgpzM9k8J9aOA.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]