Prev Next module

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} }@)@
Cppad Swig Modules and Languages

Language
Is a source code language. Note that in C++, the library functions are accessed directly, while in the other languages they are accessed through the corresponding Swig module.

Module Name
This is the name of the Swig module. In C++ this is actually a namespace, instead of a Swig module.

module_ref
We use module_ref to denote the source code used to reference the Cppad Swig module for a particular language. It has the following value (depending on the language):
Language Module Name module_ref
C++ cppad_swig cppad_swig::
Octave m_cppad m_cppad.
Perl pm_cppad pm_cppad::
Python py_cppad m_cppad.

Input File: lib/cppad_swig.i