cupychol: Solve linear systems using Cholesky decomposition with CuPy arrays on GPU.
Project description
CupyChol
CupyChol is a Python package for solving linear systems using Cholesky decomposition with CuPy arrays. It leverages CUDA and cuSOLVER to provide efficient solutions for large, sparse matrices on the GPU.
Features
- Solve linear systems of the form
Ax = b
using Cholesky decomposition. - Works with CuPy arrays, keeping data on the GPU for maximum efficiency.
- Utilizes CUDA and cuSOLVER for high performance.
Installation
You can install CupyChol from PyPI:
pip install CupyChol
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cupy_chol-0.1.4.tar.gz
(4.1 kB
view details)
File details
Details for the file cupy_chol-0.1.4.tar.gz
.
File metadata
- Download URL: cupy_chol-0.1.4.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3f0f7c19a6dcf6b8905c29446701ff508bcc0db9fc65e134ccef596279d7ceba |
|
MD5 | 3088b9237a6b3920f52ee60dc183b5c6 |
|
BLAKE2b-256 | ea4423f13b33c5b9b5af2defbe1ccfed77df74fe638d40618add6c0e6c0a7a8c |