Loading...
Searching...
No Matches
pycppad Namespace Reference

Namespaces

namespace  codegen
 
namespace  internal
 

Classes

class  ADFunVisitor
 
class  ADVisitor
 
class  IndependentVisitor
 

Functions

template<typename Scalar >
void exposeCppADScalar ()
 
PYCPPAD_DLLAPI void enablePyCppAD ()
 
boost::python::scope scope (const std::string &submodule_name)
 Helper to create or simply return an existing namespace in Python.
 

Function Documentation

◆ enablePyCppAD()

void pycppad::enablePyCppAD ( )

◆ exposeCppADScalar()

template<typename Scalar >
void pycppad::exposeCppADScalar ( )

◆ scope()

boost::python::scope pycppad::scope ( const std::string &  submodule_name)
inline

Helper to create or simply return an existing namespace in Python.

 

Parameters
[in]submodule_namename of the submodule
Returns
The submodule related to the namespace name.