rugfield 0.2.3

A Rust library for generating Gaussian Random Fields using the circulant embedding method
Documentation
[dependencies.peroxide]
version = "0.39"

[dependencies.puruspe]
version = "0.4"

[dependencies.rustfft]
version = "6.2.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.peroxide]
features = ["plot"]
version = "0.39"

[features]
serde = ["dep:serde", "peroxide/serde"]

[lib]
name = "rugfield"
path = "src/lib.rs"

[package]
authors = ["axect <axect@outlook.kr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "A Rust library for generating Gaussian Random Fields using the circulant embedding method"
edition = "2021"
exclude = ["examples/"]
keywords = ["gaussian", "random", "field"]
license = "MIT"
name = "rugfield"
readme = "README.md"
repository = "https://github.com/axect/Rugfield"
version = "0.2.3"