[dependencies.nalgebra]
version = "0.33"
[dependencies.num-traits]
version = "0.2.19"
[dev-dependencies.gnuplot]
version = "0.0.46"
[[example]]
name = "simple"
path = "examples/simple.rs"
[[example]]
name = "thin_plate_spline"
path = "examples/thin_plate_spline.rs"
[lib]
name = "rbf_interpolation"
path = "src/lib.rs"
[package]
authors = ["Serophots"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "mathematics"]
description = "Radial basis function interpolation in Rust using nalgebra"
edition = "2024"
keywords = ["interpolation", "linear", "algebra", "matrix", "math"]
license-file = "LICENSE"
name = "rbf-interpolation"
readme = "README.md"
repository = "https://github.com/Serophots/rbf-interpolation"
version = "0.1.1"