Skip to content

Some functions written in Numba. These can often be faster than numpy in certain situations. And if not, they can still be worth using in other Numba functions as they will allow nopython=True mode to be maintained.

Notifications You must be signed in to change notification settings

jsphon/NumericalFunctions

Repository files navigation

A free Python library for numerical Python functions using Numpy, Cython and Numba.

About

Some functions written in Numba. These can often be faster than numpy in certain situations. And if not, they can still be worth using in other Numba functions as they will allow nopython=True mode to be maintained.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published