This tool and friends are to achieve a few ends
- Generate easily runnable C++ from a mathematical problem description
- Describe problems in the form of a graph that can be easily manipulated
Express a compute graph, which will generate C++, while supporting fun things like symbolic differentiation, expression simplification and operations on liegroups
PythonMIT