nmodl icon indicating copy to clipboard operation
nmodl copied to clipboard

Check statement order in generated functor.

Open 1uc opened this issue 2 years ago • 0 comments

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.

1uc avatar Sep 08 '23 12:09 1uc