ComputationalScienceLaboratory / ODE-Test-Problems

A MATLAB suite of initial value problems
https://computationalsciencelaboratory.github.io/ODE-Test-Problems/
MIT License
9 stars 2 forks source link

Make parameters inherit a base parameter class #64

Closed AndreyAPopov closed 1 year ago

AndreyAPopov commented 1 year ago

The class hierarchy would make more sense if this was the case.

Steven-Roberts commented 1 year ago

Is there any shared functionality the base class would provide? If not, I question if it's necessary

AndreyAPopov commented 1 year ago

It would help clean up the class hierarchy in the documentation. We can talk about it offline.

AndreyAPopov commented 1 year ago

I don't think this is needed anymore. Closing