PGelss / scikit_tt

Tensor Train Toolbox
GNU Lesser General Public License v3.0
99 stars 24 forks source link

explicit integration methods for linear differential equations #4

Closed PGelss closed 5 years ago

PGelss commented 5 years ago

add explicit methods (e.g. explicit Euler) in ode.py

PGelss commented 5 years ago

can be found in ode.py as explicit_euler(...)