x3cflux.MatrixLinearIVPSolver
- class x3cflux.MatrixLinearIVPSolver
Bases:
pybind11_objectPython interface for linear initial value problem solvers
Attributes
absolute_tolerancenum_max_stepsrelative_toleranceMethods
copy(self)solve(self, problem)Solves linear initial value problem.
- 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