rbf-interp 0.1.3

An implementation of Radial Basis Function multidimensional interpolation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.nalgebra]
version = "0.18"

[package]
authors = ["Raph Levien <raph.levien@gmail.com>"]
categories = ["science"]
description = "An implementation of Radial Basis Function multidimensional interpolation"
edition = "2018"
keywords = ["interpolation", "scatter", "rbf"]
license = "MIT/Apache-2.0"
name = "rbf-interp"
readme = "README.md"
repository = "https://github.com/linebender/rbf-interp"
version = "0.1.3"