help-octave
[Top][All Lists]
Advanced

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

c++ octave interface, octfile


From: Georg Holzmann
Subject: c++ octave interface, octfile
Date: Mon, 08 Oct 2007 16:41:53 +0200
User-agent: Thunderbird 2.0.0.0 (X11/20070326)

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 ...

- Or can I simply derive from octave_base_value and then implement my custom methods which can be called from octave ? Because I have quite some setter/getter and other methods and don't want to write a single file for each of them ...


Sorry if these questions are answered somewhere else, but I didn't find something so far - so I am happy with any link to documentation and examples.

Thanks,
LG
Georg


reply via email to

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