Skip to main content

Vandermonde matrix tools

Project description

Build Status Code Health codecov PyPi Version GitHub stars

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 vandermonde

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

sol = vandermonde.solve(x, b)

Installation

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

pip install -U vandermonde

to install/update.

Testing

To run the tests, check out the repository and type

pytest

Distribution

To create a new release

  1. bump the __version__ number,

  2. publish to PyPi and GitHub:

    make publish

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.0.tar.gz (3.0 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: vandermonde-0.1.0.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for vandermonde-0.1.0.tar.gz
Algorithm Hash digest
SHA256 715930b50e32b2e00a92ac8d11ffe19d558fb6c70f5677a271f41e1648c493a1
MD5 695bd017ad1f7650d960bab0f4648cf8
BLAKE2b-256 748cd482e94787c741db6c3b3cb3efcee03f4128542448ca8bd6a66fc895f162

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