Reaktoro
A unified framework for modeling chemically reactive systems
ODEProblem Member List

This is the complete list of members for ODEProblem, including all inherited members.

function() const -> const ODEFunction &ODEProblem
function(double t, VectorConstRef y, VectorRef f) const -> intODEProblem
initialized() const -> boolODEProblem
jacobian() const -> const ODEJacobian &ODEProblem
jacobian(double t, VectorConstRef y, MatrixRef J) const -> intODEProblem
numEquations() const -> unsignedODEProblem
ODEProblem()ODEProblem
ODEProblem(const ODEProblem &other)ODEProblem
operator=(ODEProblem other) -> ODEProblem &ODEProblem
setFunction(const ODEFunction &f) -> voidODEProblem
setJacobian(const ODEJacobian &J) -> voidODEProblem
setNumEquations(unsigned num) -> voidODEProblem
~ODEProblem()ODEProblemvirtual