Metadata-Version: 2.1
Name: computils
Version: 0.0.1
Summary: A package collecting functionality for various numerical computations (numerical differentiation, interpolation, optimization, sorting, ).
Author-email: Karim Moussa <research@k-moussa.com>
Project-URL: Homepage, https://github.com/k-moussa/computils
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# computils
A package collecting utilities and other convenient functionality for various numerical computations:
* Numerical differentiation: based on finite differences.
* Interpolation: provide a common interface for several useful interpolators from the excellent 'splines' and 'scipy.interpolate' packages.
* Numerical optimization: transformation functions to impose constraints using unconstrained optimization algorithms.
* Fast or robust python implementations of certain matrix operations.
* Sorting, timing, and other utilities.
