#matrix-operations #matrix #basic #generic #zero #traits

matrix-basic

A Rust crate for very basic matrix operations

5 releases (breaking)

0.5.0 May 28, 2023
0.4.0 May 27, 2023
0.3.0 May 27, 2023
0.2.0 May 26, 2023
0.1.1 May 26, 2023

#1166 in Math

39 downloads per month

GPL-3.0 license

27KB
520 lines

crate.io badge

matrix-basic

A Rust crate for very basic matrix operations

This is a crate for very basic matrix operations with any type that supports addition, substraction, and multiplication. Additional properties might be needed for certain operations.

I created it mostly to learn how to use generic types and traits.

Usage

Documentation is available here: docs.rs.


lib.rs:

This is a crate for very basic matrix operations with any type that implement [Add], [Sub], [Mul], Zero, [Neg] and Copy. Additional properties might be needed for certain operations.

I created it mostly to learn using generic types and traits.

Sayantan Santra (2023)

Dependencies

~470KB