Crates.io | heapless_matrix |
lib.rs | heapless_matrix |
version | 0.1.5 |
source | src |
created_at | 2024-06-11 14:01:42.89346 |
updated_at | 2024-06-28 08:17:56.457439 |
description | This crate provides a simple and efficient implementation of a matrix data structure in Rust. It offers functionality for creating, manipulating, and performing operations on matrices, such as transposition, summation, and multiplication. |
homepage | |
repository | https://github.com/Spago123/heapless-matrix |
max_upload_size | |
id | 1268254 |
size | 33,752 |
This crate provides a simple and efficient implementation of a matrix data structure in Rust. It offers functionality for creating, manipulating, and performing operations on matrices, such as transposition, summation, and multiplication.
heapless
crate for fixed-capacity vectors, ensuring efficient memory usage and avoiding heap allocations.To use this crate in your Rust project, add it as a dependency in your Cargo.toml
file:
[dependencies]
heapless_matrix = {git = "https://github.com/Spago123/heapless-matrix"}
From version 0.1.4
the crate has implemented the functionalities to be used in a no_std
environment.
We welcome contributions to the Heapless Matrix Library Crate! The goal is to add more features that are connected to matrices and data - analisys such as least - squares, optimization algorithms, singular - value decomposition (SVD), control - algorithms etc... Everything in the context of the heapless - crate and application on bare metal and real - time.
If you have any suggestions how to improve the crate or you encounter possible bugs or have questions feel free to open an issue in the GitHub repository.