Skip to main content

small nogil-compatible linear equation system solver

Project description

Solve A x = b.

PyLU uses LU decomposition with partial pivoting (row swaps), and requires only NumPy and Cython.

The main use case for PyLU (over numpy.linalg.solve) is solving many small systems inside a nogil block in Cython code, without requiring SciPy (for its cython_lapack module).

Python and Cython interfaces are provided. The API is designed to be as simple to use as possible.

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

pylu-0.1.3.tar.gz (111.3 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: pylu-0.1.3.tar.gz
  • Upload date:
  • Size: 111.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pylu-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4f1b13848073bc3fa70d3e623ceb14a107151224306c35865aeca4280d083779
MD5 b01bcd22c8076ffede48344ae3cdcbd1
BLAKE2b-256 09de1ea1a443e864e31bf172a314f649f926c4fb4d450e73db52fcf132f38a2f

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