CppADCodeGen 2.4.3
A C++ Algorithmic Differentiation Package with Source Code Generation
|
#include <variable_name_generator.hpp>
Public Member Functions | |
FuncArgument (const std::string &nam, bool a=true) | |
Public Attributes | |
std::string | name |
bool | array |
Function arguments
Definition at line 24 of file variable_name_generator.hpp.
|
inline |
Definition at line 28 of file variable_name_generator.hpp.
|
inline |
Definition at line 32 of file variable_name_generator.hpp.
bool CppAD::cg::FuncArgument::array |
Definition at line 26 of file variable_name_generator.hpp.
std::string CppAD::cg::FuncArgument::name |
Definition at line 25 of file variable_name_generator.hpp.