4.7.12 pde.tools.numba module

Helper functions for just-in-time compilation with numba.

numba_environment

Return information about the numba setup used.

jit

Apply nb.jit with predefined arguments.

make_array_constructor

Returns an array within a jitted function using basic information.

numba_dict

Converts a python dictionary to a numba typed dictionary.

get_common_numba_dtype

Returns a numba numerical type in which all arrays can be represented.

random_seed

Sets the seed of the random number generator of numpy and numba.