Skip to main content

Vandermonde matrix tools

Project description

Build Status 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 do

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

vandermonde-0.1.1-py2.py3-none-any.whl (4.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file vandermonde-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for vandermonde-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 452a0b0c597d5400d0fb126eecfe0955639c704a0c403a16482acfa00c46f011
MD5 9febc3327abdbb1ca6be7414844606a1
BLAKE2b-256 ef7cc69f68e34ab4ab803115bb7888ab16bc0deb6acf4313b9bf8102e605735e

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