Add monotonic cubic spline interpolation
Showing
This diff is collapsed.
[package] | ||
name = "mentat" | ||
version = "0.0.2" | ||
version = "0.0.3" | ||
authors = ["Rui Vieira <ruidevieira@googlemail.com>"] | ||
exclude = [".idea/**/*"] | ||
exclude = [".idea/**/*", "docs/**/*"] | ||
description = "A Rust library for scientific computing." | ||
homepage = "https://gitlab.com/ruivieira/mentat" | ||
repository = "https://gitlab.com/ruivieira/mentat" | ||
readme = "README.md" | ||
keywords = ["science", "statistics"] | ||
keywords = ["science", "statistics", "math"] | ||
categories = ["science"] | ||
license = "Apache-2.0" | ||
[dependencies] | ||
rand = "0.6.4" | ||
\ No newline at end of file | ||
rand = "0.6.4" | ||
[dev-dependencies] | ||
matplotrust = "0.1.5" | ||
\ No newline at end of file |
docs/README.md
0 → 100644
14.7 KB