I am trying to use an analytical banded jacobian with CVODE_BDF. My goal is to provide CVODE_BDF with a jacobian function which returns the jacobian in band storage (not a dense matrix). It doesn't seem like this feature is available based on my post on Julialang discourse