SummationByParts/utils/constmatrix/Cargo.toml

12 lines
249 B
TOML
Raw Normal View History

2021-03-22 15:24:32 +00:00
[package]
name = "constmatrix"
version = "0.1.0"
authors = ["Magnus Ulimoen <magnus@ulimoen.dev>"]
2022-07-05 18:19:49 +00:00
edition = "2021"
2021-03-22 15:24:32 +00:00
[dependencies]
2022-07-05 19:59:27 +00:00
approx = { version = "0.5.1", optional = true }
2021-03-26 14:57:15 +00:00
cfg-if = "1.0.0"
2021-03-22 15:24:32 +00:00
float = { path = "../float" }
2022-07-05 19:59:27 +00:00
num-traits = "0.2.15"