OdeSolver: An ODE solver (an abstract base class)

OdeSolverR Documentation

An ODE solver (an abstract base class)

Description

An ODE solver (an abstract base class)

An ODE solver (an abstract base class)

Public fields

name

name of the solver

stan_number

integer that indexes the solver in the Stan code

Methods

Public methods


Method new()

OdeSolver is an abstract class that can't be initialized.

Usage
OdeSolver$new()

Method standata()

Create Stan data fields.

Usage
OdeSolver$standata()
Returns

A list.


Method to_string()

String description of the solver.

Usage
OdeSolver$to_string()
Returns

A string.


Method print()

Print info about the object.

Usage
OdeSolver$print()

Method clone()

The objects of this class are cloneable with this method.

Usage
OdeSolver$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


jtimonen/odemodeling documentation built on Sept. 15, 2024, 4:29 a.m.