I've been trying out the dae() solver and I was not able to find explanations of the possible kwargs for the function in the online documentation. I did find this in the code:
|
Reads the options list and assigns values for the solver. |
but I'm not finding it exposed in the online documentation. It would be helpful if it was exposed there.
I've been trying out the
dae()solver and I was not able to find explanations of the possible kwargs for the function in the online documentation. I did find this in the code:odes/scikits/odes/sundials/ida.pyx
Line 848 in 1e3b332
but I'm not finding it exposed in the online documentation. It would be helpful if it was exposed there.