dymad.numerics.complex

Functions

complex_grid(grid)

Args:

complex_plot(grid, sv, levels[, fig, mode, ...])

disc2cont(z, dt)

dymad.numerics.complex.complex_grid(grid)

Args:

grid: If a real array of 2xN, a meshgrid of complex values is formed.

If a list of two floats (a,b) and an int (N), a uniform grid is created over [-a, a]x[-b, b], each side N points. Otherwise use as is.

dymad.numerics.complex.complex_plot(grid, sv, levels, fig=None, mode='line', lwid=2, lsty=None)
dymad.numerics.complex.disc2cont(z, dt)