Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 306 Bytes

README.rst

File metadata and controls

11 lines (8 loc) · 306 Bytes

sym2num

Sympy to numpy code generator.

Improvement Ideas

  • Separate symbolic function and model creation and manipulation from code generation. This would ease generating code for other languages.
  • Make the printer an attribute of the function and model generation classes.