invlapnumba#

Inverse Laplace transform implementation using Numba.

Provides optimized inverse Laplace transform functions using the De Hoog, Knight and Stokes algorithm, accelerated with Numba JIT compilation.

Copyright 2019 Kristopher L. Kuhlman <klkuhlm _at_ sandia _dot_ gov>

Functions#

invlap(t, tmax, fp, M[, alpha, tol])

Inverse Laplace tansform with algorithm of De Hoog, Knight and Stokes.

invlapcomp(time, pot, npint, M, tintervals, enumber, ...)

Compute time domain solution for given laplace domain solution.

invlapgen(time, pot, M, tintervals, tstart, ebc)

Compute time domain solution for given Laplace domain solution.