neso_fame.hypnotoad_interface.IntegratedFunction

The solution to an ODE.

This is the result of integrating an Integrand object using an ODE solver.

Parameters:
t : numpy.typing.ArrayLike

The variable over which the integration was performed.

Returns:

The value of x at t.

Return type:

tuple[numpy.typing.ArrayLike, …]

Alias

alias of Callable[[_SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes]], tuple[ndarray[Any, dtype[_ScalarType_co]], …]]


Last update: Sep 23, 2024