help-octave
[Top][All Lists]
Advanced

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

Re: Calling Octave Function from C++


From: Joe Koski
Subject: Re: Calling Octave Function from C++
Date: Fri, 16 Dec 2005 11:10:53 -0700
User-agent: Microsoft-Entourage/11.2.1.051004

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 address@hidden wrote:

Hi All

 
thanks




reply via email to

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