Speedup

Utilities for speeding up the simulations with Numba

pttools.speedup:

differential

Utilities for handling functions for the differential equations

fitpack

Functions from the SciPy version of FITPACK.

functions

Faster or Numba-jitted versions of library functions

jit

Custom decorators for JIT-compilation with Numba

numba_wrapper

Wrapper for importing Numba libraries without version dependencies

options

Options for JIT-compilation and other speedups

overload(func[, jit_options, strict, ...])

A decorator marking the decorated function as typing and implementing func in nopython mode.

parallel

solvers

Equation solvers that improve upon the ones available in SciPy

spline

Spline interpolation utilities

tbb

A fix for loading Intel Thread Building Blocks (TBB) for Numba

utils

Utilities for the speedups