pharmsol 0.3.2

Rust library for solving analytic and ode-defined pharmacometric models.
Documentation
[dependencies.argmin]
version = "0.10.0"

[dependencies.argmin-math]
features = ["ndarray_v0_15-nolinalg"]
version = "0.4.0"

[dependencies.csv]
version = "1.3.0"

[dependencies.dashmap]
version = "6.0.1"

[dependencies.diffsol]
version = "=0.2.1"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.nalgebra]
version = "0.33.0"

[dependencies.ndarray]
features = ["rayon"]
version = "0.15.6"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.rayon]
version = "1.10.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.201"

[dependencies.serde_json]
version = "1.0.117"

[dependencies.thiserror]
version = "1.0.61"

[[example]]
name = "error"
path = "examples/error.rs"

[[example]]
name = "gendata"
path = "examples/gendata.rs"

[[example]]
name = "likelihood"
path = "examples/likelihood.rs"

[[example]]
name = "ode_readme"
path = "examples/ode_readme.rs"

[[example]]
name = "optim"
path = "examples/optim.rs"

[[example]]
name = "pf"
path = "examples/pf.rs"

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

[package]
authors = ["Julián D. Otálvaro <juliandavid347@gmail.com>", "Markus Hovd"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust library for solving analytic and ode-defined pharmacometric models."
documentation = "https://lapkb.github.io/pharmsol/"
edition = "2021"
license = "GPL-3.0"
name = "pharmsol"
readme = "README.md"
version = "0.3.2"