Rust SciCrate
Rust SciCrate is a scientific computing library for Rust, inspired by SciPy.
Features
- Linear algebra operations
- Statistical functions
- Optimization algorithms
- Numerical integration
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
Here's a quick example of how to use Rust SciCrate:
use matrix_multiply;
use array;
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT.