[package] name = "linear_isomorphic" version = "0.2.4" edition = "2021" readme = "README.md" license = "MIT OR Apache-2.0" description = "A set of traits to astract over linear-like types." keywords = [ "linear_algebra", "mathematics", "geometry", "numerical_analysis" ] categories = ["mathematics"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "linear_isomorphic" [dependencies] num = "0.4.1"