| Crates.io | fitz |
| lib.rs | fitz |
| version | 0.0.1 |
| created_at | 2022-06-25 17:41:09.931593+00 |
| updated_at | 2022-06-25 17:41:09.931593+00 |
| description | On hold for upcoming numerical analysis project. |
| homepage | https://github.com/samnaughtonb/fitz |
| repository | https://github.com/samnaughtonb/fitz |
| max_upload_size | |
| id | 613155 |
| size | 3,670 |
(Hopefully going to be...) A functional, high-level numerical library in pure Rust.
This work is very derivative of the amazing numerical/scientific computing projects in Rust that already exist, namely Peroxide.
I am building this library for several reasons:
unsafe code I write;peroxide is a fantastic crate -- providing familiar interfaces to those coming from MATLAB, R and Python -- my projects (and the code I seek to write for them) demand one consistent interface to handle numerics. While having two namespaces (i.e. peroxide::prelude and peroxide::fuga) is convenient, I do not want or need them;My desire is that this library be an easy-to-use, comprehensive psuedo-equivalent of the NumPy and SciPy libraries with which the Python ecosystem are blessed.
Coming soon.