help-octave
[Top][All Lists]
Advanced

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

Re: Oct version of Mex Object Handle


From: Andy Buckle
Subject: Re: Oct version of Mex Object Handle
Date: Mon, 1 Oct 2012 14:42:41 +0100

On 1 October 2012 14:36, Jose <address@hidden> wrote:
> Hello.
>
> I need to pass objects to/from octave to C++. Until now I have been using
> mex files for the C++/octave interface, and I have been using Mex Object
> Handle for this.
> http://www-personal.acfr.usyd.edu.au/tbailey/software/other.htm
>
> Now I am moving towards oct-files. Is there a similar utility for oct-files?
> Or is there a better way to interact between octave and C++?
>
> BR
> Jose

If you need speed, use fortran_vec to get at the numbers.

http://www.gnu.org/software/octave/doc/interpreter/Matrices-and-Arrays-in-Oct_002dFiles.html


-- 
/* andy buckle */


reply via email to

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