From help-request at octave dot org Fri Dec 16 12:12:16 2005 Subject: Re: Calling Octave Function from C++ From: Joe Koski To: Cesar Augusto Rodriguez , Octave Help Date: Fri, 16 Dec 2005 11:10:53 -0700 > This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --B_3217576255_3801426 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Cesar, Octave is an interpreted, not a compiled language, so whether you can produce a compiled .exe version of a routine depends on the function that you want. Some functions are already Fortran or C based, so converting those to something callable is a matter of removing the octave wrapper. There are also some experimental octave compilers, but nothing general. In my opinion, you would be better served looking for suitable routines on a site like http://www.netlib.org/. Joe on 12/16/05 10:24 AM, Cesar Augusto Rodriguez at cesar dot rodriguez at arandasoft dot com wrote: > Hi All > > > * How can I call a octve's function from c++ program ? > * how can I convert a octave function to .exe file ? > thanks > > --B_3217576255_3801426 Content-type: text/html; charset="US-ASCII" Content-transfer-encoding: quoted-printable Re: Calling Octave Function from C++ Cesar= ,

Octave is an interpreted, not a compiled language, so whether you can produ= ce a compiled .exe version of a routine depends on the function that you wan= t. Some functions are already Fortran or C based, so converting those to som= ething callable is a matter of removing the octave wrapper. There are also s= ome experimental octave compilers, but nothing general.

In my opinion, you would be better served looking for suitable routines on = a site like http://www.netlib.org/.
Joe


on 12/16/05 10:24 AM, Cesar Augusto Rodriguez at cesar dot rodriguez at arandasoft= .com wrote:

Hi All

 
  • How= can I call a octve's function from c++ program  ?=20
  • how can= I convert a octave function to .exe file  ?
thanks=



--B_3217576255_3801426-- ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------