euler_update: A Euler method state updater.

View source: R/eulermethod.R

euler_updateR Documentation

A Euler method state updater.

Description

A Euler method state updater.

Usage

euler_update(h_list, dh_list, dt)

Arguments

h_list

The initial state of the ODE.

dh_list

description

dt

The time step to update the initial state with.

Value

The updated state of the ODE.


tfNeuralODE documentation built on Oct. 17, 2023, 1:10 a.m.