help-octave
[Top][All Lists]
Advanced

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

Re: c++ octave interface, octfile


From: Muthiah Annamalai
Subject: Re: c++ octave interface, octfile
Date: Mon, 8 Oct 2007 10:49:00 -0500

On 10/8/07, Georg Holzmann <address@hidden> wrote:
> Hallo!
>
> I have a quite complex C++ class (a neural network like structure) with
> lots of data and different algorithms and want to access this class in
> octave.
>
> Therefore I have various questions:
>
> - Is there somewhere a documentation or examples on how to interface
> with classes ? I read the manual about octfiles and mexfiles, but this
> is only about interfacing to functions ...
>
I think there  is an example in Octave sources,

/octave/examples/make_int.cc

which illustrates usage of class inheritance, and creating your own types.

Also, look at the CODA manual through the Octave wiki.

-Muthu


reply via email to

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