x3cflux.VectorLinearIVP

class x3cflux.VectorLinearIVP

Bases: pybind11_object

System of linear initial value problems

Attributes

initial_value

Initial values

jacobian

Jacobi matrix of the equation

Methods

evaluate_inhomogeneity(self, time)

Evaluates the inhomogeneity of the equation

evaluate_inhomogeneity(self: x3cflux.lib.core.VectorLinearIVP, time: SupportsFloat) Annotated[numpy.typing.NDArray[numpy.float64], '[m, 1]']

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