meta: initial commit (archival)

This commit is contained in:
2023-12-27 15:42:00 -05:00
commit 1587ceeafe
4 changed files with 282 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "trying-complex-and-uom-and-matrices"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nalgebra = "0.32.3"
num = "0.4.1"
num-complex = "0.4.4"
uom = { version = "0.35.0", default-features = false, features = ["complex64", "si"] }