Struct cvode_wrap::SolverNoSensi[][src]

pub struct SolverNoSensi<UserData, F, const N: usize> { /* fields omitted */ }
Expand description

The ODE solver without sensitivities.

Type Arguments

  • F is the type of the right-hand side function

  • UserData is the type of the supplementary arguments for the right-hand-side. If unused, should be ().

  • N is the “problem size”, that is the dimension of the state space.

Implementations

Create a new solver.

Takes a step according to step_kind (see StepKind).

Returns a tuple (t_out,&y(t_out)) where t_out is the time reached by the solver as dictated by step_kind, and y(t_out) is an array of the state variables at that time.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.