linear_algebra 2.0.0

A library for basic linear algebra operations in Rust
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "assert_approx_eq"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c07dab4369547dbe5114677b33fbbf724971019f3818172d59a97a61c774ffd"

[[package]]
name = "linear_algebra"
version = "2.0.0"
dependencies = [
 "assert_approx_eq",
]