nmodl
nmodl copied to clipboard
Check statement order in generated functor.
For solving non-linear system NMODL can generate the Jacobian using sympy. The order in which the entries of J are computed is row-major & iterleaved with computing F.
There used to be a TODO comment to improve the ordering. The comment has been removed and replaced by this ticket.