modelon-community / Assimulo

Assimulo is a simulation package for solving ordinary differential equations.
https://jmodelica.org/assimulo/index.html
GNU Lesser General Public License v3.0
66 stars 16 forks source link

More Cython related cleanup #83

Closed PeterMeisrimelModelon closed 5 months ago

PeterMeisrimelModelon commented 5 months ago

Having these essentially abstract functions with "cpdef" could cause error if eventually overloaded with ordinary "def" functions.