Implementation details for analytical operators.
Functions | |
std::string | idx_to_letter (int var) |
Convert variable index to its respective letter, 0 -> x, 1 -> y, etc. More... | |
|
inline |
Convert variable index to its respective letter, 0 -> x, 1 -> y, etc.
For numbers more than 4, generic name x_i is printed.
Definition at line 58 of file Operators.hpp.