x3cflux.MatrixLinearIVPSolver

class x3cflux.MatrixLinearIVPSolver

Bases: pybind11_object

Python interface for linear initial value problem solvers

Attributes

absolute_tolerance

num_max_steps

relative_tolerance

Methods

copy(self)

solve(self, problem)

Solves linear initial value problem.

copy(self: x3cflux.lib.core.MatrixLinearIVPSolver) x3cflux.lib.core.MatrixLinearIVPSolver
solve(self: x3cflux.lib.core.MatrixLinearIVPSolver, problem: x3cflux.lib.core.MatrixLinearIVP) x3cflux.lib.core.MatrixCubicHermiteSpline

Solves linear initial value problem.

Parameters:

problem – Initial value problem

Returns:

Interpolated solution function