Function symbol_set(basic, const char *)

Function Documentation

CWRAPPER_OUTPUT_TYPE symbol_set(basic s, const char *c)

Assign to s, a symbol with string representation c. This function creates a new SymEngine::Symbol from a copy of the string in c, thus the caller is free to use c afterwards.