- neso_fame.hypnotoad_interface.IntegratedFunction
The solution to an ODE.
This is the result of integrating an
Integrandobject using an ODE solver.- Parameters:¶
- t :
numpy.typing.ArrayLike The variable over which the integration was performed.
- t :
- Returns:¶
The value of x at t.
- Return type:¶
Alias¶
alias of
Callable[[Buffer|_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]], …]]