Skip to content

polynom

(A Short) Description

A package to provide polynomials/polynomial-basis-functions for interpolation

provides routines for

  • simple arithmetic
  • (vectorized) evaluation
  • (vectorized) (higher order) differentiation
  • base conversion

supports the following polynomial bases

Getting Started

Installation

... via pip from PYPI (python package index)

pip install polynom

... or locally (using pip)

git clone https://gitlab.com/berlinade/polynom.git
cd polynom
pip install -e .

Usage

... under construction

Documentation

... can be found here (under construction): https://berlinade.gitlab.io/polynom/

Find polynom

(Informal Info on) License

this version of the "polynom" has been published under GPLv3 (see LICENSE).
Alternative Licenses are negotiable.