simp_linalg 0.2.0

A generically defined, light-weight linear algebra library for simple addition and multiplication of vectors and matrices.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
categories = ["mathematics", "science"]
description = "A generically defined, light-weight linear algebra library for simple addition and multiplication of vectors and matrices."
edition = "2021"
keywords = ["linear-algebra", "vector", "matrix"]
license = "MIT"
name = "simp_linalg"
readme = "README.md"
repository = "https://github.com/the-mcmaster/simp_linalg"
version = "0.2.0"