#matrix-operations #algorithm

numberlab

A collection of numerical algorithms

7 releases

0.1.9 Feb 23, 2025
0.1.8 Feb 17, 2025
0.1.1 Jan 28, 2025

#286 in Math

Download history 77/week @ 2025-01-22 176/week @ 2025-01-29 155/week @ 2025-02-05 516/week @ 2025-02-12 171/week @ 2025-02-19 32/week @ 2025-02-26

931 downloads per month

AGPL-3.0

115KB
1.5K 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.9"

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.

Dependencies

~0.5–7MB
~43K SLoC