#matrix-operations #algorithm

numberlab

A collection of numerical algorithms

6 releases

new 0.1.8 Feb 17, 2025
0.1.7 Feb 16, 2025
0.1.1 Jan 28, 2025

#257 in Math

Download history 196/week @ 2025-01-28 191/week @ 2025-02-04 325/week @ 2025-02-11

712 downloads per month

AGPL-3.0

86KB
1K SLoC

numberlab

A collection of numerical algorithms

Overview

numberlab is a Rust library that provides a variety of numerical algorithms, including matrix operations, prime number sieves, and various sequences. It is designed to be easy to use and efficient.

Installation

To use the numberlab library in your Rust project, add the following to your Cargo.toml:

[dependencies]
numberlab = "0.1.8"

For examples of how to use this library, refer to the documentation at docs.rs. For specific examples, refer to the examples directory in the repository.

List of algorithms

License

This project is licensed under the GNU AGPL-3.0 License. See the LICENSE file for more details.

No runtime deps