SED-ML / KiSAO

Ontology of algorithms for analyzing biological models, their parameters, and their outputs
Artistic License 2.0
9 stars 0 forks source link

New parameter for VODE Jacobian #51

Closed jonrkarr closed 3 years ago

jonrkarr commented 3 years ago

name: with Jacobian

definition: Specifies whether the iteration method of the ODE solver’s correction step is chord iteration with an internally generated full Jacobian or functional iteration with no Jacobian. Option is only considered when the user has not supplied a Jacobian function and has not indicated (by setting either band) that the Jacobian is banded.

subClassOf: KISAO_0000201

algorithm: VODE, ZVODE

isImplementedIn: SciPy

Reported by: jonrkarr

jonrkarr commented 3 years ago

Original comment by: jonrkarr

jonrkarr commented 3 years ago

Incorporated as KISAO_0000542

Original comment by: jonrkarr