Skip to content
Snippets Groups Projects
direct_TODO_10.py 93 B
Newer Older
  • Learn to ignore specific revisions
  • tuhe's avatar
    tuhe committed
        x_interp = xs[:, k] + tau * fs[:, k] + (tau ** 2 / (2 * hk)) * (fs[:, k + 1] - fs[:, k])