Corey R. Randall

Results 2 issues of Corey R. Randall

As mentioned in [issue #178](https://github.com/bmcage/odes/issues/178) the scikits-odes-sundials package can break when trying to build against incompatible versions of SUNDIALS. I suggested that one way to address this is to start...

There were a couple typos in the preconditioner wrappers for IDA: 1. `aux_data.r_vec` -> `aux_data.rvec_tmp` to be consistent with `IDA_data` 2. The `prec_solvefn.evaluate()` call was missing `yp_tmp` 3. Documentation referred...