x3cflux.VectorLinearIVPSolver
- class x3cflux.VectorLinearIVPSolver
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.VectorLinearIVPSolver, problem: x3cflux.lib.core.VectorLinearIVP) x3cflux.lib.core.VectorCubicHermiteSpline
Solves linear initial value problem.
- Parameters:
problem – Initial value problem
- Returns:
Interpolated solution function