From help-octave-request at bevo dot che dot wisc dot edu Fri Jul 18 15:21:26 1997 Subject: [Q] How to use liboctave on my C++ programs From: "John W. Eaton" To: Hideki KANEBAKO cc: help-octave at bevo dot che dot wisc dot edu Date: Fri, 18 Jul 1997 15:17:10 -0500 On 15-Jul-1997, Hideki KANEBAKO wrote: | I would like to use liboctave on my C++ applications. | | I read liboctave document, however I could not understand how to use | it. Sorry, the liboctave manual is really incomplete. It is included in the distribution in case someone might want to volunteer to work on it. (hint, hint :-) | Is there any example program which use liboctave as numerical | calculation class library ? The obvious example is Octave itself, in the files like lu.cc, inv.cc, eig.cc, det.cc, lsode.cc, etc. in the src subdirectory. jwe