x3cflux.MatrixLinearIVP
- class x3cflux.MatrixLinearIVP
Bases:
pybind11_objectSystem of linear initial value problems
Attributes
Initial values
Jacobi matrix of the equation
Methods
evaluate_inhomogeneity(self, time)Evaluates the inhomogeneity of the equation
- evaluate_inhomogeneity(self: x3cflux.lib.core.MatrixLinearIVP, time: SupportsFloat) Annotated[numpy.typing.NDArray[numpy.float64], '[m, n]']
Evaluates the inhomogeneity of the equation
- Parameters:
time (float) – time point
- Returns:
evaluated inhomogeneity as vector
- property initial_value
Initial values
- property jacobian
Jacobi matrix of the equation