vandermonde
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.
Release files for vandermonde 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vandermonde-0.1.3.tar.gz | 4.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vandermonde-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.9 kB
Release files / vandermonde-0.1.3.tar.gz
| Download URL | vandermonde-0.1.3.tar.gz |
|---|---|
| Size | 4.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c55c55bac7348ff48c1b6d06e956ab7abd2d345b2c72a0dac52e7651173924ba
|
|
BLAKE2b-256 checksum How to use checksums |
bd8c42a3b73198ef8f403b6670deeda8930ba0898e0e6d48b4a34712f9f2f078
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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+
|
Release files / vandermonde-0.1.3-py3-none-any.whl
| Download URL | vandermonde-0.1.3-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0f6f10a14a1996174abc456a7779b97fe63c1df0819a9bb5b1e2be3a0c365082
|
|
BLAKE2b-256 checksum How to use checksums |
66e12779a41f5578a0b152cc5c22565cdfa4687276d3aad11c5512db1bdf43c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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+
|