help-octave
[Top][All Lists]
Advanced

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

Re: An octave perl module?


From: John W. Eaton
Subject: Re: An octave perl module?
Date: Thu, 28 Jan 1999 03:24:26 -0600 (CST)

On 28-Jan-1999, Michael Preminger <address@hidden> wrote:

| If I understand it correctly, Heisam wants to use Octave as a calculator
| for number crunching applications implemented  with scripts. Given this,
| Swig could be used if Octave provided library functions that can be used
| in a stand alone manner, (link the library, use functions in stand alone
| and obtain results) and do not require the Octave environment to run
| under.
| 
| Now my question: Does Octave provide this option?

It is possible to use Octave's numerical libraries separately from the
Octave interpreter, but it doesn't work as well as it could.  The
biggest problem right now is that liboctave depends on some other
non-numerical libraries like readline, glob, etc.  Eventually, I hope
this can be fixed so that using Octave's C++ numerical libraries only
requires liboctave (the C++ stuff) and libcruft (the Fortran stuff).

jwe



reply via email to

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