Skip to main content

Vandermonde matrix tools

Project description

vandermonde

PyPi Version PyPI pyversions GitHub stars PyPi downloads

gh-actions codecov Code style: black

vandermonde is a module with a handful of tools for working with Vandermonde matrices. In particular, the Björck-Pereyra algorithm for solving systems with the Vandermonde matrix or its transposed is implemented.

Example:

import numpy as np
import vandermonde

x = np.linspace(0.0, 1.0, 14)
b = np.random.rand(len(x))

sol = vandermonde.solve(x, b)

Installation

vandermonde is available from the Python Package Index, so simply do

pip install -U vandermonde

to install/update.

License

vandermonde is published under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vandermonde-0.1.3.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

vandermonde-0.1.3-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file vandermonde-0.1.3.tar.gz.

File metadata

  • Download URL: vandermonde-0.1.3.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1+

File hashes

Hashes for vandermonde-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c55c55bac7348ff48c1b6d06e956ab7abd2d345b2c72a0dac52e7651173924ba
MD5 9a32e7dc028b56f0500abb986ce3962b
BLAKE2b-256 bd8c42a3b73198ef8f403b6670deeda8930ba0898e0e6d48b4a34712f9f2f078

See more details on using hashes here.

File details

Details for the file vandermonde-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: vandermonde-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1+

File hashes

Hashes for vandermonde-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0f6f10a14a1996174abc456a7779b97fe63c1df0819a9bb5b1e2be3a0c365082
MD5 65aebeb5bac2f2c2ee5b363e58a29c99
BLAKE2b-256 66e12779a41f5578a0b152cc5c22565cdfa4687276d3aad11c5512db1bdf43c8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page