Octave support for SWIG 0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Octave support for SWIG 0.1 (Default branch)
# 1  
Old 03-01-2008
Octave support for SWIG 0.1 (Default branch)

This software adds Octave support to SWIG. Octavecode can use C/C++ functions, variables, constantsand enums, classes (member variables, methods,single/multiple inheritance, etc), and templates.Argument/result translation is completelyextensible via %typemap and other declarations ininterface files. Octave operators map to C++operators, methods, or global functions. Octavecode can subclass C++ types and implement theirvirtual methods (i.e., C++ code transparentlycalls Octave code). There is some support for STLcontainers. There are many automated tests andexamples.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
OCTAVE-CONFIG(1)					      General Commands Manual						  OCTAVE-CONFIG(1)

NAME
octave-config - GNU Octave component and library information retrieval SYNOPSIS
octave-config [OPTION]... DESCRIPTION
octave-config is a tool to obtain directory information for .oct and .m files for octave(1). OPTIONS
--m-site-dir Display the main directory for local, or site-specific, .m script files. --oct-site-dir Display the main directory for local, or site-specific, .oct dynamic-link libraries. -p VAR, --print VAR Print the default value of the Octave configuration variable VAR. Recognized variables are: API_VERSION LOCALAPIOCTFILEDIR ARCHLIBDIR LOCALARCHLIBDIR BINDIR LOCALFCNFILEDIR CANONICAL_HOST_TYPE LOCALOCTFILEDIR DATADIR LOCALSTARTUPFILEDIR DATAROOTDIR LOCALVERARCHLIBDIR DEFAULT_PAGER LOCALVERFCNFILEDIR EXEC_PREFIX LOCALVEROCTFILEDIR FCNFILEDIR MAN1DIR IMAGEDIR MAN1EXT INCLUDEDIR MANDIR INFODIR OCTFILEDIR INFOFILE OCTINCLUDEDIR LIBDIR OCTLIBDIR LIBEXECDIR PREFIX LOCALAPIARCHLIBDIR STARTUPFILEDIR LOCALAPIFCNFILEDIR VERSION -v, --version Display the version number of octave(1). -h, -?, --help Print help message. AUTHOR
John W. Eaton <jwe@octave.org> This manual page was contributed by Dirk Eddelbuettel <edd@debian.org> for the Debian GNU/Linux distribution but may be used by others. GNU Octave 4 February 2011 OCTAVE-CONFIG(1)