Vandermonde matrix tools
Project description
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
bump the __version__ number,
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)
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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 715930b50e32b2e00a92ac8d11ffe19d558fb6c70f5677a271f41e1648c493a1 |
|
MD5 | 695bd017ad1f7650d960bab0f4648cf8 |
|
BLAKE2b-256 | 748cd482e94787c741db6c3b3cb3efcee03f4128542448ca8bd6a66fc895f162 |