constgebra 0.1.4

Const Linear Algebra
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.const_soft_float]
features = ["no_std"]
version = "^0.1.2"
[dev-dependencies.pretty_assertions]
version = "1"

[package]
categories = ["no-std"]
description = "Const Linear Algebra"
edition = "2021"
keywords = ["const", "linear", "matrix", "vector", "math"]
license = "MIT OR Apache-2.0"
name = "constgebra"
readme = "README.md"
repository = "https://github.com/knickish/constgebra"
version = "0.1.4"