Prev | Next | cpp_graph_scalar |
function_name = graph_obj.function_name_get()
n_dynamic_ind = graph_obj.n_dynamic_ind_get()
n_variable_ind = graph_obj.n_variable_ind_get()
graph_obj.function_name_set(function_name)
graph_obj.n_dynamic_ind_set(n_dynamic_ind)
graph_obj.n_variable_ind_set(n_variable_ind)
cpp_graph
object.
It is const for all the get functions.
std::string&
specifying the name of the function
for this graph.
size_t
specifying the number of independent dynamic parameters.
size_t
specifying the number of independent variables.