12 Apr
2007
12 Apr
'07
5:10 p.m.
Dear Martin,
collect_symbols and get_symbol_stats are mentioned in the manual,
Are they? Doing "grep collect_symbols ginac.texi" or "grep get_symbol_stats ginac.texi" does not give any result.
but are defined as static functions in normal.cpp with no mention in normal.h. Does this mean they're meant to be internal and not part of the "official" API? I'd like to use them...
We cannot add them in the 1.3 branch since that should be binary compatible. I suggest you copy the code from normal.cpp. I guess these functions were not thought to be very useful for users. Best wishes, Chris