# CR-Nimble
`CR-Nimble` consists of fast linear algebra
and signal processing routines.
Most of the routines have been implemented using
Google JAX. Thus, they can be easily run on
a variety of hardware (CPU, GPU, TPU).
Functionality includes:
* Utility functions for working with vectors, matrices and arrays
* Linear algebra functions
* Digital signal processing functions
* Data compression functions
* Test data generation functions
Installation
```{shell}
python -m pip install cr-nimble
```
For Windows, you can use unofficial JAX builds
from [here](https://github.com/cloudhan/jax-windows-builder).
Import
```{python}
import cr.nimble as crn
```
See [documentation](https://cr-nimble.readthedocs.io)
for library usage.
`CR-Nimble` is part of
[CR-Suite](https://carnotresearch.github.io/cr-suite/).
Related libraries:
* [CR-Wavelets](https://cr-wavelets.readthedocs.io)
* [CR-Sparse](https://cr-sparse.readthedocs.io)
[![codecov](https://codecov.io/gh/carnotresearch/cr-nimble/branch/main/graph/badge.svg?token=PX1MGTZ7VL)](https://codecov.io/gh/carnotresearch/cr-nimble)
[![Unit Tests](https://github.com/carnotresearch/cr-nimble/actions/workflows/ci.yml/badge.svg)](https://github.com/carnotresearch/cr-nimble/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/cr-nimble/badge/?version=latest)](https://cr-nimble.readthedocs.io/en/latest/?badge=latest)
Raw data
{
"_id": null,
"home_page": "https://carnotresearch.github.io/cr-nimble",
"name": "cr-nimble",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "",
"keywords": "Linear Algebra",
"author": "CR-Suite Development Team",
"author_email": "contact@carnotresearch.com",
"download_url": "https://files.pythonhosted.org/packages/90/d9/f1ee8b8edaa1469cd6eefe767e59668ca04c56f9a85045cd3f052ef42334/cr-nimble-0.4.0.tar.gz",
"platform": null,
"description": "# CR-Nimble\n\n`CR-Nimble` consists of fast linear algebra\nand signal processing routines.\nMost of the routines have been implemented using\nGoogle JAX. Thus, they can be easily run on\na variety of hardware (CPU, GPU, TPU).\n\nFunctionality includes:\n\n* Utility functions for working with vectors, matrices and arrays\n* Linear algebra functions\n* Digital signal processing functions\n* Data compression functions\n* Test data generation functions\n\n\nInstallation\n\n```{shell}\npython -m pip install cr-nimble\n```\n\nFor Windows, you can use unofficial JAX builds\nfrom [here](https://github.com/cloudhan/jax-windows-builder).\n\nImport\n\n```{python}\nimport cr.nimble as crn\n```\n\nSee [documentation](https://cr-nimble.readthedocs.io)\nfor library usage.\n\n`CR-Nimble` is part of\n[CR-Suite](https://carnotresearch.github.io/cr-suite/).\n\nRelated libraries:\n\n* [CR-Wavelets](https://cr-wavelets.readthedocs.io)\n* [CR-Sparse](https://cr-sparse.readthedocs.io)\n\n\n[![codecov](https://codecov.io/gh/carnotresearch/cr-nimble/branch/main/graph/badge.svg?token=PX1MGTZ7VL)](https://codecov.io/gh/carnotresearch/cr-nimble) \n[![Unit Tests](https://github.com/carnotresearch/cr-nimble/actions/workflows/ci.yml/badge.svg)](https://github.com/carnotresearch/cr-nimble/actions/workflows/ci.yml)\n[![Documentation Status](https://readthedocs.org/projects/cr-nimble/badge/?version=latest)](https://cr-nimble.readthedocs.io/en/latest/?badge=latest)\n\n\n",
"bugtrack_url": null,
"license": "Apache 2.0: http://www.apache.org/licenses/LICENSE-2.0",
"summary": "Iterative algorithms for numerical linear algebra with JAX",
"version": "0.4.0",
"project_urls": {
"Download": "https://github.com/carnotresearch/cr-nimble/archive/v0.4.0.tar.gz",
"Homepage": "https://carnotresearch.github.io/cr-nimble",
"Issue Tracker": "https://github.com/carnotresearch/cr-nimble/issues"
},
"split_keywords": [
"linear",
"algebra"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "54487a84be5f64653a256fc72bd4fc06c715177ec92f4d0fd937f86e0286c172",
"md5": "fd114dbfc19994e1b982970c47bd7b5d",
"sha256": "e7df88bddf28d406590c1eed8f3e3e3bdedfeae9929293bb4c9435279038a29c"
},
"downloads": -1,
"filename": "cr_nimble-0.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fd114dbfc19994e1b982970c47bd7b5d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 89736,
"upload_time": "2023-10-15T11:33:16",
"upload_time_iso_8601": "2023-10-15T11:33:16.824666Z",
"url": "https://files.pythonhosted.org/packages/54/48/7a84be5f64653a256fc72bd4fc06c715177ec92f4d0fd937f86e0286c172/cr_nimble-0.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "90d9f1ee8b8edaa1469cd6eefe767e59668ca04c56f9a85045cd3f052ef42334",
"md5": "2fd06fc607d3a1471a53659d99c53c71",
"sha256": "0114c9f208db4c39862aa3a381439305072d674d99f8710d5722e3692592fbae"
},
"downloads": -1,
"filename": "cr-nimble-0.4.0.tar.gz",
"has_sig": false,
"md5_digest": "2fd06fc607d3a1471a53659d99c53c71",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 54993,
"upload_time": "2023-10-15T11:33:18",
"upload_time_iso_8601": "2023-10-15T11:33:18.325408Z",
"url": "https://files.pythonhosted.org/packages/90/d9/f1ee8b8edaa1469cd6eefe767e59668ca04c56f9a85045cd3f052ef42334/cr-nimble-0.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-15 11:33:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "carnotresearch",
"github_project": "cr-nimble",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cr-nimble"
}