matrix-basic 0.2.0

A Rust crate for very basic matrix operations
Documentation

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.