davidrpugh / pyCollocation

Python package for solving initial value problems (IVP) and two-point boundary value problems (2PBVP).
MIT License
17 stars 8 forks source link

Separate implementation of Symbolics into its own class #4

Closed davidrpugh closed 9 years ago

davidrpugh commented 9 years ago

Want to further isolate the implementation of the symbolics from the base Model and BoundaryValueProblem classes so that some version of this package might make its way into scipy.